Browse Source

Fix Javadoc in StandardServletAsyncWebRequest

pull/26487/head
fengyuanwei 5 years ago committed by Rossen Stoyanchev
parent
commit
c82a445094
  1. 2
      spring-web/src/main/java/org/springframework/web/context/request/async/StandardServletAsyncWebRequest.java

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

@ -36,7 +36,7 @@ import org.springframework.web.context.request.ServletWebRequest; @@ -36,7 +36,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>&ltasync-supported&gttrue&lt/async-supported&gt</code> element to servlet and filter
* <code>&lt;async-supported&gt;true&lt;/async-supported&gt;</code> element to servlet and filter
* declarations in {@code web.xml}.
*
* @author Rossen Stoyanchev

Loading…
Cancel
Save