Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv435/src/org/htmlparser
Modified Files:
Tag.java
Log Message:
Change minor version to 5. Fix doc comment warning.
Index: Tag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Tag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Tag.java 20 Mar 2004 17:03:53 -0000 1.1
--- Tag.java 22 May 2004 11:33:20 -0000 1.2
***************
*** 105,110 ****
* begin with "/" if it is an end tag. Nor does it end with
* a slash in the case of an XML type tag.
- * To get at the original text of the tag name use
- * {@link #getRawTagName getRawTagName()}.
* The conversion to uppercase is performed with an ENGLISH locale.
* </em>
--- 105,108 ----
|