summaryrefslogtreecommitdiff
path: root/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java')
-rw-r--r--spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java b/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java
index fc0bb983..9bd4ac5c 100644
--- a/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java
+++ b/spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java
@@ -34,7 +34,7 @@ import org.springframework.web.context.request.ServletWebRequest;
*
* <p>The servlet and all filters involved in an async request must have async
* support enabled using the Servlet API or by adding an
- * {@code <async-support>true</async-support>} element to servlet and filter
+ * {@code <async-supported>true</async-supported>} element to servlet and filter
* declarations in {@code web.xml}.
*
* @author Rossen Stoyanchev