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:
Michael Stack 2010-05-04 23:39:38 +00:00
parent 196882e2cd
commit 40514e7f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}