Browse Source

Polish javadoc

Closes gh-1312
pull/1314/head
Eitan Adler 9 years ago committed by Stephane Nicoll
parent
commit
938c6a2acd
  1. 2
      spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java

2
spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java

@ -40,7 +40,7 @@ public interface AsyncWebRequestInterceptor extends WebRequestInterceptor{ @@ -40,7 +40,7 @@ public interface AsyncWebRequestInterceptor extends WebRequestInterceptor{
/**
* Called instead of {@code postHandle} and {@code afterCompletion}, when the
* the handler started handling the request concurrently.
* handler started handling the request concurrently.
*
* @param request the current request
*/

Loading…
Cancel
Save