[Htmlparser-cvs] htmlparser/src/org/htmlparser/util NodeTreeWalker.java, 1.1, 1.2
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-06-02 03:14:24
|
Update of //cvsroot/htmlparser/htmlparser/src/org/htmlparser/util In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10423/util Modified Files: NodeTreeWalker.java Log Message: Fix Javadoc warnings. Index: NodeTreeWalker.java =================================================================== RCS file: //cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/NodeTreeWalker.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NodeTreeWalker.java 13 Feb 2006 14:50:35 -0000 1.1 --- NodeTreeWalker.java 2 Jun 2006 03:14:21 -0000 1.2 *************** *** 78,82 **** /** * Creates a new instance of NodeTreeWalker using depth-first tree traversal, without limits on how deep it may traverse. ! * @param root Node The Node to set as the root of the tree. * @throws NullPointerException if root Node is null. */ --- 78,82 ---- /** * Creates a new instance of NodeTreeWalker using depth-first tree traversal, without limits on how deep it may traverse. ! * @param rootNode Node The Node to set as the root of the tree. * @throws NullPointerException if root Node is null. */ |