Skip to content

Commit ac235a0

Browse files
committed
Fix checkstyle violation
1 parent a4e3af5 commit ac235a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerMappingIntrospector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ private static CachedResult getAttribute(HttpServletRequest request) {
332332
* for a given request identified by dispatcher type and requestURI.
333333
* @since 6.0.14
334334
*/
335-
public final static class CachedResult {
335+
@SuppressWarnings("serial")
336+
public static final class CachedResult {
336337

337338
private final DispatcherType dispatcherType;
338339

0 commit comments

Comments
 (0)