HBASE-4153 remove extra brace in MockRegionServerServices.java
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1173813 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76ba002ef7
commit
08d56e35e4
|
@ -133,9 +133,9 @@ class MockRegionServerServices implements RegionServerServices {
|
||||||
public boolean isStopped() {
|
public boolean isStopped() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
@Override
|
|
||||||
|
@Override
|
||||||
public boolean isAborted() {
|
public boolean isAborted() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue