Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18375/src/org/htmlparser/tags
Modified Files:
CompositeTag.java
Log Message:
Javadoc changes.
Fix the "low hanging fruit" javadoc issues.
Index: CompositeTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/CompositeTag.java,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** CompositeTag.java 25 Jan 2004 21:33:11 -0000 1.75
--- CompositeTag.java 29 Feb 2004 15:09:57 -0000 1.76
***************
*** 238,242 ****
* sensitive. Otherwise, the search string and the node text are converted
* to uppercase using the locale provided.
! * @parem locale The locale for uppercase conversion.
* @return A collection of nodes whose string contents or
* representation have the <code>searchString</code> in them.
--- 238,242 ----
* sensitive. Otherwise, the search string and the node text are converted
* to uppercase using the locale provided.
! * @param locale The locale for uppercase conversion.
* @return A collection of nodes whose string contents or
* representation have the <code>searchString</code> in them.
|