Add author attribution for htmlEscape methods
Issue: SPR-9293
This commit is contained in:
committed by
Phillip Webb
parent
2035b17925
commit
d5bf6713ed
@@ -34,6 +34,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @author Martin Kersten
|
||||
* @author Craig Andrews
|
||||
* @since 1.2.1
|
||||
*/
|
||||
class HtmlCharacterEntityReferences {
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user