HBASE-22364 Fixed remaining Checkstyle issue in hbase-hadoop2-compat

This commit is contained in:
Jan Hentschel 2019-05-05 12:23:55 +02:00
parent e884a25f8d
commit 45bcb4f307
1 changed files with 3 additions and 1 deletions

View File

@ -106,5 +106,7 @@ public class MetricsTableWrapperStub implements MetricsTableWrapperAggregate {
}
@Override
public long getCpRequestsCount(String table) {return 99;}
public long getCpRequestsCount(String table) {
return 99;
}
}