Fix Javadoc in StandardServletAsyncWebRequest
This commit is contained in:
parent
95752ef1c9
commit
c82a445094
|
|
@ -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
|
* <p>The servlet and all filters involved in an async request must have async
|
||||||
* support enabled using the Servlet API or by adding an
|
* support enabled using the Servlet API or by adding an
|
||||||
* <code><async-supported>true</async-supported></code> element to servlet and filter
|
* <code><async-supported>true</async-supported></code> element to servlet and filter
|
||||||
* declarations in {@code web.xml}.
|
* declarations in {@code web.xml}.
|
||||||
*
|
*
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue