Skip to content

Commit c82a445

Browse files
fengyuanweirstoyanchev
authored andcommitted
Fix Javadoc in StandardServletAsyncWebRequest
1 parent 95752ef commit c82a445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* <p>The servlet and all filters involved in an async request must have async
3838
* support enabled using the Servlet API or by adding an
39-
* <code>&ltasync-supported&gttrue&lt/async-supported&gt</code> element to servlet and filter
39+
* <code>&lt;async-supported&gt;true&lt;/async-supported&gt;</code> element to servlet and filter
4040
* declarations in {@code web.xml}.
4141
*
4242
* @author Rossen Stoyanchev

0 commit comments

Comments
 (0)