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
parent 2f8ad5a51f
commit ed44b60cb1
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();