mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix checkstyle violation
This commit is contained in:
+2
-1
@@ -332,7 +332,8 @@ public class HandlerMappingIntrospector
|
||||
* for a given request identified by dispatcher type and requestURI.
|
||||
* @since 6.0.14
|
||||
*/
|
||||
public final static class CachedResult {
|
||||
@SuppressWarnings("serial")
|
||||
public static final class CachedResult {
|
||||
|
||||
private final DispatcherType dispatcherType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user