[Htmlparser-cvs] htmlparser/src/org/htmlparser PrototypicalNodeFactory.java,1.11,1.12
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2004-07-18 21:31:31
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29557/src/org/htmlparser Modified Files: PrototypicalNodeFactory.java Log Message: Fix some javadoc warnings. Index: PrototypicalNodeFactory.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/PrototypicalNodeFactory.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** PrototypicalNodeFactory.java 2 Jul 2004 00:49:26 -0000 1.11 --- PrototypicalNodeFactory.java 18 Jul 2004 21:31:22 -0000 1.12 *************** *** 326,330 **** /** * Get the object being used to generate generic tag nodes. ! * These are returned from {@link createTagNode} when no specific tag * is found in the registered tag list. * @return The prototype for {@link Tag} nodes. --- 326,330 ---- /** * Get the object being used to generate generic tag nodes. ! * These are returned from {@link #createTagNode} when no specific tag * is found in the registered tag list. * @return The prototype for {@link Tag} nodes. *************** *** 337,343 **** /** * Set the object to be used to generate tag nodes. ! * These are returned from {@link createTagNode} when no specific tag * is found in the registered tag list. ! * @param remark The prototype for {@link Tag} nodes. */ public void setTagPrototype (Tag tag) --- 337,343 ---- /** * Set the object to be used to generate tag nodes. ! * These are returned from {@link #createTagNode} when no specific tag * is found in the registered tag list. ! * @param tag The prototype for {@link Tag} nodes. */ public void setTagPrototype (Tag tag) |