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:
Michael Stack 2010-11-10 15:49:49 +00:00
parent 42a8477e40
commit 7dc112823e
1 changed files with 0 additions and 1 deletions

View File

@ -2373,7 +2373,6 @@ public class HRegionServer implements HRegionInterface, HBaseRPCErrorHandler,
}
}
@Override
public HRegionInfo[] getRegionsAssignment() throws IOException {
HRegionInfo[] regions = new HRegionInfo[onlineRegions.size()];
Iterator<HRegion> ite = onlineRegions.values().iterator();