Skip to content

Commit d31f3ee

Browse files
committed
Suppress warning in ServletAnnotationControllerHandlerMethodTests
1 parent afe42cd commit d31f3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/ServletAnnotationControllerHandlerMethodTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,6 +2410,7 @@ public ITestBean convert(String source) {
24102410
}
24112411

24122412
@ResponseStatus(HttpStatus.NOT_FOUND)
2413+
@SuppressWarnings("serial")
24132414
private static class NotFoundException extends RuntimeException {
24142415
}
24152416
}

0 commit comments

Comments
 (0)