mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Fix Checkstyle violation
See gh-36317
This commit is contained in:
+3
-3
@@ -198,15 +198,15 @@ class StandardMultipartHttpServletRequestTests {
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
private static class FileCountLimitExceededException extends IOException {
|
||||
private static class FileCountLimitExceededException extends IOException {
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
private static class FileUploadByteCountLimitException extends IOException {
|
||||
private static class FileUploadByteCountLimitException extends IOException {
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
private static class FileUploadFileCountLimitException extends IOException {
|
||||
private static class FileUploadFileCountLimitException extends IOException {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user