Skip to content

Commit 8748ba4

Browse files
committed
Suppress warning in SpringFailOnTimeoutTests
1 parent 2989f01 commit 8748ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-test/src/test/java/org/springframework/test/context/junit4/spr16716/SpringFailOnTimeoutTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void noExceptionThrownIfNoUserExceptionAndTimeoutDoesNotOccur() throws Th
8484
new SpringFailOnTimeout(statement, 100).evaluate();
8585
}
8686

87+
@SuppressWarnings("serial")
8788
private static class Boom extends RuntimeException {
8889
}
8990

0 commit comments

Comments
 (0)