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