Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners
In directory sc8-pr-cvs1:/tmp/cvs-serv1898/scanners
Modified Files:
TagScanner.java
Log Message:
Cure javadoc warnings about invalid parameters and broken links, take two.
Index: TagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TagScanner.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** TagScanner.java 24 Aug 2003 18:34:25 -0000 1.34
--- TagScanner.java 24 Aug 2003 20:49:44 -0000 1.35
***************
*** 134,138 ****
* the scanner id does not imply a match (or extra processing needs to be done).
* Default returns true</strong>
! * @param s The complete text contents of the Tag.
* @param previousOpenScanner Indicates any previous scanner which hasnt completed, before the current
* scan has begun, and hence allows us to write scanners that can work with dirty html
--- 134,138 ----
* the scanner id does not imply a match (or extra processing needs to be done).
* Default returns true</strong>
! * @param tagContents The complete text contents of the Tag.
* @param previousOpenScanner Indicates any previous scanner which hasnt completed, before the current
* scan has begun, and hence allows us to write scanners that can work with dirty html
|