Skip to content

Commit

Permalink
HBASE-22364 Fixed remaining Checkstyle issue in hbase-hadoop2-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed May 6, 2019
1 parent e884a25 commit 45bcb4f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@ public long getAvgRegionSize(String table) {
}

@Override
public long getCpRequestsCount(String table) {return 99;}
public long getCpRequestsCount(String table) {
return 99;
}
}

0 comments on commit 45bcb4f

Please sign in to comment.