Skip to content

Commit 48ec875

Browse files
committed
Merge branch '5.1.x'
2 parents 581e77c + c7401db commit 48ec875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public InterceptorRegistration pathMatcher(PathMatcher pathMatcher) {
102102

103103
/**
104104
* Specify an order position to be used. Default is 0.
105-
* @since 4.23
105+
* @since 4.3.23
106106
*/
107107
public InterceptorRegistration order(int order){
108108
this.order = order;

0 commit comments

Comments
 (0)