[FOray-commit] SF.net SVN: foray: [7931] trunk/foray/scripts/checkstyle-config.xml
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-06 01:28:09
|
Revision: 7931
http://svn.sourceforge.net/foray/?rev=7931&view=rev
Author: victormote
Date: 2006-09-05 18:28:04 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Clean up redundant property.
Modified Paths:
--------------
trunk/foray/scripts/checkstyle-config.xml
Modified: trunk/foray/scripts/checkstyle-config.xml
===================================================================
--- trunk/foray/scripts/checkstyle-config.xml 2006-09-06 01:11:32 UTC (rev 7930)
+++ trunk/foray/scripts/checkstyle-config.xml 2006-09-06 01:28:04 UTC (rev 7931)
@@ -92,9 +92,7 @@
<module name="RedundantModifier"/>
<!--Check for standard ordering of type declarations.-->
- <module name="DeclarationOrder">
- <property name="severity" value="error"/>
- </module>
+ <module name="DeclarationOrder"/>
<!--Require "this" identifier for all instance variables.-->
<module name="RequireThis">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|