Fix Javadoc in StandardServletAsyncWebRequest

This commit is contained in:
fengyuanwei 2021-02-01 14:59:14 +08:00 committed by Rossen Stoyanchev
parent 95752ef1c9
commit c82a445094
1 changed files with 1 additions and 1 deletions

View File

@ -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