Merge branch '6.0.x'

This commit is contained in:
rstoyanchev 2023-11-14 20:01:14 +00:00
commit e12269ef1a
1 changed files with 2 additions and 1 deletions

View File

@ -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;