Fix malformed Javadoc

master
Phillip Webb 11 years ago
parent 5b6ef120bc
commit 4500bf7661
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/tags/MessageTag.java
  2. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ThemeTag.java

@ -44,7 +44,7 @@ import org.springframework.web.util.TagUtils;
* message. Thus, this tag can also be used for HTML escaping of any texts.
*
* <p>Message arguments can be specified via the {@link #setArguments(Object) arguments}
* attribute or by using nested {@code &lt;spring:argument&gt;} tags.
* attribute or by using nested {@code <spring:argument>} tags.
*
* @author Rod Johnson
* @author Juergen Hoeller

@ -31,7 +31,7 @@ import org.springframework.context.NoSuchMessageException;
* as default message.
*
* <p>Message arguments can be specified via the {@link #setArguments(Object) arguments}
* attribute or by using nested {@code &lt;spring:argument&gt;} tags.
* attribute or by using nested {@code <spring:argument>} tags.
*
* @author Jean-Pierre Pawlak
* @author Juergen Hoeller

Loading…
Cancel
Save