Update of //cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10423/lexer
Modified Files:
Lexer.java
Log Message:
Fix Javadoc warnings.
Index: Lexer.java
===================================================================
RCS file: //cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/Lexer.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Lexer.java 27 May 2006 18:43:24 -0000 1.48
--- Lexer.java 2 Jun 2006 03:14:20 -0000 1.49
***************
*** 98,102 ****
* a more lax (and closer to typical browser handling) remark parsing
* is used.
! * Default <code>{@value}</code>.
*/
public static boolean STRICT_REMARKS = true;
--- 98,102 ----
* a more lax (and closer to typical browser handling) remark parsing
* is used.
! * Default <code>true</code>.
*/
public static boolean STRICT_REMARKS = true;
|