Skip to content

Commit 4500bf7

Browse files
committed
Fix malformed Javadoc
1 parent 5b6ef12 commit 4500bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/tags/MessageTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* message. Thus, this tag can also be used for HTML escaping of any texts.
4545
*
4646
* <p>Message arguments can be specified via the {@link #setArguments(Object) arguments}
47-
* attribute or by using nested {@code &lt;spring:argument&gt;} tags.
47+
* attribute or by using nested {@code <spring:argument>} tags.
4848
*
4949
* @author Rod Johnson
5050
* @author Juergen Hoeller

spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ThemeTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* as default message.
3232
*
3333
* <p>Message arguments can be specified via the {@link #setArguments(Object) arguments}
34-
* attribute or by using nested {@code &lt;spring:argument&gt;} tags.
34+
* attribute or by using nested {@code <spring:argument>} tags.
3535
*
3636
* @author Jean-Pierre Pawlak
3737
* @author Juergen Hoeller

0 commit comments

Comments
 (0)