Unnecessary @SuppressWarnings

This commit is contained in:
Gary Gregory 2024-05-23 08:33:30 -04:00
parent a4db8997f0
commit 2667c3902b
1 changed files with 0 additions and 1 deletions

View File

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