Fix malformed Javadoc
This commit is contained in:
parent
5b6ef120bc
commit
4500bf7661
|
@ -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 <spring:argument>} 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 <spring:argument>} tags.
|
||||
* attribute or by using nested {@code <spring:argument>} tags.
|
||||
*
|
||||
* @author Jean-Pierre Pawlak
|
||||
* @author Juergen Hoeller
|
||||
|
|
Loading…
Reference in New Issue