From 938c6a2acdce13f20bfb58a599f961674d9170dc Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 2 Feb 2017 15:05:11 -0800 Subject: [PATCH] Polish javadoc Closes gh-1312 --- .../web/context/request/AsyncWebRequestInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java b/spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java index 1b26cd8094f..6805d971c80 100644 --- a/spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java +++ b/spring-web/src/main/java/org/springframework/web/context/request/AsyncWebRequestInterceptor.java @@ -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 */