mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Suppress warning in SpringFailOnTimeoutTests
This commit is contained in:
+1
@@ -84,6 +84,7 @@ public class SpringFailOnTimeoutTests {
|
||||
new SpringFailOnTimeout(statement, 100).evaluate();
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
private static class Boom extends RuntimeException {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user