HBASE-2806 (small compile fix via jgray)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@960664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Gray 2010-07-05 19:34:51 +00:00
parent 2993d97c97
commit c2c41f0439
2 changed files with 2 additions and 1 deletions

View File

@ -428,6 +428,7 @@ Release 0.21.0 - Unreleased
HBASE-2501 Refactor StoreFile Code
HBASE-2806 DNS hiccups cause uncaught NPE in HServerAddress#getBindAddress
(Benoit Sigoure via Stack)
HBASE-2806 (small compile fix via jgray)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable

View File

@ -100,7 +100,7 @@ public class HServerAddress implements WritableComparable<HServerAddress> {
}
}
private checkBindAddressCanBeResolved() {
private void checkBindAddressCanBeResolved() {
if (getBindAddress() == null) {
throw new IllegalArgumentException("Could not resolve the"
+ " DNS name of " + stringValue);