Unnecessary @SuppressWarnings
This commit is contained in:
parent
a4db8997f0
commit
2667c3902b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue