[Htmlparser-cvs] htmlparser/src/org/htmlparser/nodes TagNode.java,1.3,1.4
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2004-07-18 21:31:30
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/nodes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29557/src/org/htmlparser/nodes Modified Files: TagNode.java Log Message: Fix some javadoc warnings. Index: TagNode.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/nodes/TagNode.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TagNode.java 17 Jul 2004 13:45:04 -0000 1.3 --- TagNode.java 18 Jul 2004 21:31:21 -0000 1.4 *************** *** 152,156 **** /** * Create a tag like the one provided. ! * @param node The tag to emulate. * @param scanner The scanner for this tag. */ --- 152,156 ---- /** * Create a tag like the one provided. ! * @param tag The tag to emulate. * @param scanner The scanner for this tag. */ |