Skip to content

Commit 7e61826

Browse files
committed
Fix @SInCE typo
1 parent dba9c90 commit 7e61826

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public InterceptorRegistration pathMatcher(PathMatcher pathMatcher) {
8585

8686
/**
8787
* Specify an order position to be used. Default is 0.
88-
* @since 4.23
88+
* @since 4.3.23
8989
*/
9090
public InterceptorRegistration order(int order){
9191
this.order = order;

0 commit comments

Comments
 (0)