Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Aug 7, 2020
1 parent 692c5f2 commit 3b9558a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void addInterceptor(HandlerInterceptor interceptor) {

/**
* Add the given interceptor at the specified index of this chain.
* @since 5.2
*/
public void addInterceptor(int index, HandlerInterceptor interceptor) {
initInterceptorList().add(index, interceptor);
Expand Down Expand Up @@ -219,7 +220,7 @@ void applyAfterConcurrentHandlingStarted(HttpServletRequest request, HttpServlet


/**
* Delegates to the handler and interceptors' {@code toString()}.
* Delegates to the handler's {@code toString()} implementation.
*/
@Override
public String toString() {
Expand Down

0 comments on commit 3b9558a

Please sign in to comment.