Fix TRUNK build.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@941100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
196882e2cd
commit
40514e7f4f
|
@ -113,7 +113,7 @@ public class MiniHBaseCluster implements HConstants {
|
|||
* Subclass so can get at protected methods (none at moment).
|
||||
*/
|
||||
public static class MiniHBaseClusterRegionServer extends HRegionServer {
|
||||
public MiniHBaseClusterRegionServer(HBaseConfiguration conf)
|
||||
public MiniHBaseClusterRegionServer(Configuration conf)
|
||||
throws IOException {
|
||||
super(conf);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue