HBASE-22651 ErrorProne issue in TestByteBufferArray
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
62c7e73dc0
commit
b22459c37c
|
@ -97,6 +97,7 @@ public class TestByteBufferArray {
|
|||
void run() throws IOException;
|
||||
}
|
||||
|
||||
@SuppressWarnings("TryFailThrowable")
|
||||
private void expectedAssert(Call r) throws IOException {
|
||||
try {
|
||||
r.run();
|
||||
|
|
Loading…
Reference in New Issue