Fix checkstyle violation
This commit is contained in:
parent
a4e3af5cbe
commit
ac235a0c43
|
|
@ -332,7 +332,8 @@ public class HandlerMappingIntrospector
|
||||||
* for a given request identified by dispatcher type and requestURI.
|
* for a given request identified by dispatcher type and requestURI.
|
||||||
* @since 6.0.14
|
* @since 6.0.14
|
||||||
*/
|
*/
|
||||||
public final static class CachedResult {
|
@SuppressWarnings("serial")
|
||||||
|
public static final class CachedResult {
|
||||||
|
|
||||||
private final DispatcherType dispatcherType;
|
private final DispatcherType dispatcherType;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue