We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2613dfc + ac235a0 commit e12269eCopy full SHA for e12269e
spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerMappingIntrospector.java
@@ -332,7 +332,8 @@ private static CachedResult getAttribute(HttpServletRequest request) {
332
* for a given request identified by dispatcher type and requestURI.
333
* @since 6.0.14
334
*/
335
- public final static class CachedResult {
+ @SuppressWarnings("serial")
336
+ public static final class CachedResult {
337
338
private final DispatcherType dispatcherType;
339
0 commit comments