Skip to content

Commit 922f945

Browse files
committed
Merge branch '5.2.x'
# Conflicts: # build.gradle
2 parents a6af1de + 686f5d4 commit 922f945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExecutionChain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void addInterceptor(HandlerInterceptor interceptor) {
103103

104104
/**
105105
* Add the given interceptor at the specified index of this chain.
106+
* @since 5.2
106107
*/
107108
public void addInterceptor(int index, HandlerInterceptor interceptor) {
108109
this.interceptorList.add(index, interceptor);

0 commit comments

Comments
 (0)