mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
Unnecessary @SuppressWarnings
This commit is contained in:
parent
a4db8997f0
commit
2667c3902b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user