Fix Checkstyle violation

See gh-36317
This commit is contained in:
Juergen Hoeller
2026-02-13 16:34:58 +01:00
parent e8e24e65d2
commit 44f3e7b427
@@ -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 {
}
}