Polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -102,7 +102,7 @@ public class InterceptorRegistration {
|
||||
|
||||
/**
|
||||
* Specify an order position to be used. Default is 0.
|
||||
* @since 5.0
|
||||
* @since 4.23
|
||||
*/
|
||||
public InterceptorRegistration order(int order){
|
||||
this.order = order;
|
||||
@@ -111,13 +111,11 @@ public class InterceptorRegistration {
|
||||
|
||||
/**
|
||||
* Return the order position to be used.
|
||||
* @since 5.0
|
||||
*/
|
||||
protected int getOrder() {
|
||||
return this.order;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Build the underlying interceptor. If URL patterns are provided, the returned
|
||||
* type is {@link MappedInterceptor}; otherwise {@link HandlerInterceptor}.
|
||||
|
||||
Reference in New Issue
Block a user