Author: bayard
Date: Thu Nov 26 10:52:59 2009
New Revision: 884498
URL: http://svn.apache.org/viewvc?rev=884498&view=rev
Log:
Removing broken @see
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java?rev=884498&r1=884497&r2=884498&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
(original)
+++
commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
Thu Nov 26 10:52:59 2009
@@ -310,7 +310,6 @@
* @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>