[Htmlparser-cvs] htmlparser/src/org/htmlparser/tags Tag.java,1.41,1.42
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-08-26 16:32:39
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags In directory sc8-pr-cvs1:/tmp/cvs-serv24669/tags Modified Files: Tag.java Log Message: Cure javadoc warnings about invalid parameters and broken links. Index: Tag.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Tag.java,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** Tag.java 23 Aug 2003 17:14:45 -0000 1.41 --- Tag.java 24 Aug 2003 19:40:18 -0000 1.42 *************** *** 466,470 **** * Most tags that do not have children and inherit from Tag, * do not need to override toHTML(). ! * @see org.htmlparser.Node#toHTML() */ public String toHtml() --- 466,470 ---- * Most tags that do not have children and inherit from Tag, * do not need to override toHTML(). ! * @see org.htmlparser.Node#toHtml() */ public String toHtml() |