Skip to content

Commit

Permalink
HBASE-22651 ErrorProne issue in TestByteBufferArray
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Stack <stack@apache.org>
  • Loading branch information
petersomogyi committed Jul 2, 2019
1 parent 62c7e73 commit b22459c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ private interface Call {
void run() throws IOException;
}

@SuppressWarnings("TryFailThrowable")
private void expectedAssert(Call r) throws IOException {
try {
r.run();
Expand Down

0 comments on commit b22459c

Please sign in to comment.