HBASE-22651 ErrorProne issue in TestByteBufferArray

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Peter Somogyi 2019-07-02 16:37:05 +02:00 committed by GitHub
parent 62c7e73dc0
commit b22459c37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public class TestByteBufferArray {
void run() throws IOException;
}
@SuppressWarnings("TryFailThrowable")
private void expectedAssert(Call r) throws IOException {
try {
r.run();