Browse Source

Fix @since typo

pull/22634/head
Rossen Stoyanchev 6 years ago
parent
commit
c7401dbe1f
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/InterceptorRegistration.java

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

@ -102,7 +102,7 @@ public class InterceptorRegistration {
/** /**
* Specify an order position to be used. Default is 0. * Specify an order position to be used. Default is 0.
* @since 4.23 * @since 4.3.23
*/ */
public InterceptorRegistration order(int order){ public InterceptorRegistration order(int order){
this.order = order; this.order = order;

Loading…
Cancel
Save