HBASE-12664 TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping -- ADDENDUM

This commit is contained in:
stack 2014-12-09 13:52:46 -08:00
parent 5537fce353
commit 1be63539f1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class BalancerTestBase {
static int regionId = 0;
// This class is introduced because IP to rack resolution can be lengthy.
static class MockMapping implements DNSToSwitchMapping {
public static class MockMapping implements DNSToSwitchMapping {
public MockMapping(Configuration conf) {
}