Fix my break of compilation... remove @Override
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42a8477e40
commit
7dc112823e
|
@ -2373,7 +2373,6 @@ public class HRegionServer implements HRegionInterface, HBaseRPCErrorHandler,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public HRegionInfo[] getRegionsAssignment() throws IOException {
|
public HRegionInfo[] getRegionsAssignment() throws IOException {
|
||||||
HRegionInfo[] regions = new HRegionInfo[onlineRegions.size()];
|
HRegionInfo[] regions = new HRegionInfo[onlineRegions.size()];
|
||||||
Iterator<HRegion> ite = onlineRegions.values().iterator();
|
Iterator<HRegion> ite = onlineRegions.values().iterator();
|
||||||
|
|
Loading…
Reference in New Issue