From 44f3e7b427b020c414807b5f665435de8670fe7c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 13 Feb 2026 16:34:58 +0100 Subject: [PATCH] Fix Checkstyle violation See gh-36317 --- .../support/StandardMultipartHttpServletRequestTests.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-web/src/test/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequestTests.java b/spring-web/src/test/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequestTests.java index cdd68832b1e..7f5eeee513b 100644 --- a/spring-web/src/test/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequestTests.java +++ b/spring-web/src/test/java/org/springframework/web/multipart/support/StandardMultipartHttpServletRequestTests.java @@ -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 { } }