Unnecessary @SuppressWarnings

This commit is contained in:
Gary Gregory 2024-05-23 08:33:30 -04:00
parent a4db8997f0
commit 2667c3902b

View File

@ -739,7 +739,6 @@ public void testRemoveCommonFrames_ListList() {
assertThrows(NullPointerException.class, () -> ExceptionUtils.removeCommonFrames(null, null));
}
@SuppressWarnings("deprecation")
@Test
public void testRethrow() {
final Exception expected = new InterruptedException();