Skip to content

Commit e12269e

Browse files
committed
Merge branch '6.0.x'
2 parents 2613dfc + ac235a0 commit e12269e

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)