Fix malformed Javadoc

This commit is contained in:
Phillip Webb 2013-07-22 13:30:38 -07:00
parent 5b6ef120bc
commit 4500bf7661
2 changed files with 2 additions and 2 deletions

View File

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

View File

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