Removing broken @see

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-11-26 10:52:59 +00:00
parent 4bf376b34b
commit e346542745

View File

@ -310,7 +310,6 @@ public static final String unescapeEcmaScript(String input) {
* @param input the <code>String</code> to escape, may be null
* @return a new escaped <code>String</code>, <code>null</code> if null string input
*
* @see #unescapeHtml(String)
* @see <a href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">ISO Entities</a>
* @see <a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2 Character Entities for ISO Latin-1</a>
* @see <a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">HTML 4.0 Character entity references</a>