Update of /cvsroot/htmlparser/htmlparser/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31674/resources
Modified Files:
htmlparser_checks.xml
Log Message:
Documentation revamp part four.
Remove some checkstyle warnings.
Index: htmlparser_checks.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/resources/htmlparser_checks.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** htmlparser_checks.xml 24 Apr 2005 17:48:25 -0000 1.2
--- htmlparser_checks.xml 15 May 2005 11:49:02 -0000 1.3
***************
*** 136,140 ****
<!-- Checks for common coding problems -->
<!-- See http://checkstyle.sf.net/config_coding.html -->
- <module name="AvoidInlineConditionals"/>
<module name="DoubleCheckedLocking"/> <!-- MY FAVOURITE -->
<module name="EmptyStatement"/>
--- 136,139 ----
|