Browse Source

Merge pull request #1312 from grimreaper:patch-2

* pr/1312:
  Polish javadoc
pull/1314/head
Stephane Nicoll 9 years ago
parent
commit
7e40bd73be
  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