ggregory 2003/05/06 15:10:40
Modified: lang/src/java/org/apache/commons/lang Entities.java
Log:
Fix broken links. Use thrid person in comment. Use @see tags.
Revision Changes Path
1.4 +8 -9 jakarta-commons/lang/src/java/org/apache/commons/lang/Entities.java
Index: Entities.java
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/Entities.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Entities.java 10 Apr 2003 00:01:21 -0000 1.3
+++ Entities.java 6 May 2003 22:10:40 -0000 1.4
@@ -59,17 +59,16 @@
//todo: unit test and make public
/**
- * <p>HTML and XML entity utility class</p>
+ * <p>Provides HTML and XML entity utilities.</p>
*
- * <p>See
- * <a href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">WebMonkey</a>
- * <a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2</a>
- * <a href="http://www.w3.org/TR/REC-html40/sgml/entities.html</a>HTML 4.0</a>
- * <a href="http://www.w3.org/TR/html401/charset.html#h-5.3"</a>Character references</a>
- * <a href="http://www.w3.org/TR/html401/charset.html#code-position</a>HTML 4.0:
code positions</a>
-/p>
+ * @see <a href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">ISO
Entities</a>
+ * @see </br><a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2 Character
Entities for ISO Latin-1</a>
+ * @see </br><a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">HTML
4.0 Character entity references</a>
+ * @see </br><a href="http://www.w3.org/TR/html401/charset.html#h-5.3">HTML
4.01 Character References</a>
+ * @see </br><a href="http://www.w3.org/TR/html401/charset.html#code-position">HTML
4.01 Code positions</a>
*
* @author <a href="mailto:alex@purpletech.com">Alexander Day Chaffee</a>
+ * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @since 2.0
* @version $Id$
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|