Fix @since typo

This commit is contained in:
Rossen Stoyanchev 2019-03-19 14:40:34 -04:00
parent f52c1fda3b
commit c7401dbe1f
1 changed files with 1 additions and 1 deletions

View File

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