Merge branch '6.0.x'
# Conflicts: # spring-context/spring-context.gradle # spring-context/src/main/java/org/springframework/context/event/SimpleApplicationEventMulticaster.java # spring-context/src/test/java/org/springframework/scheduling/annotation/EnableSchedulingTests.java # spring-orm/src/main/java/org/springframework/orm/hibernate5/SpringBeanContainer.java # spring-test/spring-test.gradle # spring-webmvc/spring-webmvc.gradle
This commit is contained in:
@@ -60,7 +60,7 @@ import org.springframework.web.util.pattern.PatternParseException;
|
||||
*/
|
||||
public final class MappedInterceptor implements HandlerInterceptor {
|
||||
|
||||
private static PathMatcher defaultPathMatcher = new AntPathMatcher();
|
||||
private static final PathMatcher defaultPathMatcher = new AntPathMatcher();
|
||||
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user