summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-22 18:04:42 +0000
committerMichael Koch <konqueror@gmx.de>2004-10-22 18:04:42 +0000
commit8bf1d6ce5ae278667fc75b012d1c3cd90f2c6ab5 (patch)
tree62f0c83664db1d3d0fd478a05e2542ef45fdfdb7 /scripts
parent905485002867d059e9f8a156afb7abde66612390 (diff)
downloadclasspath-8bf1d6ce5ae278667fc75b012d1c3cd90f2c6ab5.tar.gz
2004-10-22 Michael Koch <konqueror@gmx.de>
* scripts/checkstyle-config.xml: Uncomment checks for modifiers.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/checkstyle-config.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/checkstyle-config.xml b/scripts/checkstyle-config.xml
index 0b0c1f419..ef761a0bf 100644
--- a/scripts/checkstyle-config.xml
+++ b/scripts/checkstyle-config.xml
@@ -56,10 +56,8 @@ mailing list first and probably documented in the hacking guide.
-->
<!-- modifier checks -->
- <!--
<module name="ModifierOrder"/>
<module name="RedundantModifier"/>
- -->
<!-- block checks -->
<!--