Add author attribution for htmlEscape methods

Issue: SPR-9293
This commit is contained in:
Craig Andrews
2014-10-23 11:29:32 -07:00
committed by Phillip Webb
parent 2035b17925
commit d5bf6713ed
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import org.springframework.util.Assert;
*
* @author Juergen Hoeller
* @author Martin Kersten
* @author Craig Andrews
* @since 1.2.1
*/
class HtmlCharacterEntityReferences {

View File

@@ -34,6 +34,7 @@ import org.springframework.util.Assert;
*
* @author Juergen Hoeller
* @author Martin Kersten
* @author Craig Andrews
* @since 01.03.2003
* @see org.apache.commons.lang.StringEscapeUtils
*/