HBASE-22364 Fixed remaining Checkstyle issue in hbase-hadoop2-compat
This commit is contained in:
parent
e884a25f8d
commit
45bcb4f307
|
@ -106,5 +106,7 @@ public class MetricsTableWrapperStub implements MetricsTableWrapperAggregate {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getCpRequestsCount(String table) {return 99;}
|
public long getCpRequestsCount(String table) {
|
||||||
|
return 99;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue