Fix @since typo

This commit is contained in:
Rossen Stoyanchev
2019-03-19 14:39:25 -04:00
parent dba9c90280
commit 7e61826333

View File

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