aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index a456428a6..d85100471 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -68,7 +68,7 @@
<property name="max" value="120"/>
</module>
<module name="MethodLength">
- <property name="max" value="250"/>
+ <property name="max" value="200"/>
</module>
<module name="ParameterNumber"/>