Add author attribution for htmlEscape methods

Issue: SPR-9293
master
Craig Andrews 10 years ago committed by Phillip Webb
parent 2035b17925
commit d5bf6713ed
  1. 1
      spring-web/src/main/java/org/springframework/web/util/HtmlCharacterEntityReferences.java
  2. 1
      spring-web/src/main/java/org/springframework/web/util/HtmlUtils.java

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

Loading…
Cancel
Save