aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorjon-stumpf <jon.stumpf@gmail.com>2017-02-25 18:33:39 -0500
committerjon-stumpf <jon.stumpf@gmail.com>2017-02-25 18:33:39 -0500
commit7152670b20a40de809db57ae21acb73c5ad5bea5 (patch)
treebb80685d7453fe13af26b18dacfb89d2293ebeac /checkstyle.xml
parent0bc1784f51311a9c5f4b37423c88ec54b970fa01 (diff)
downloadtrackermap-server-7152670b20a40de809db57ae21acb73c5ad5bea5.tar.gz
trackermap-server-7152670b20a40de809db57ae21acb73c5ad5bea5.tar.bz2
trackermap-server-7152670b20a40de809db57ae21acb73c5ad5bea5.zip
Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle restrictions;
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 7d52f4225..a1d93e700 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -67,10 +67,7 @@
<module name="LineLength">
<property name="max" value="120"/>
</module>
- <module name="MethodLength">
- <property name="tokens" value="METHOD_DEF"/>
- <property name="max" value="160"/>
- </module>
+ <module name="MethodLength"/>
<module name="ParameterNumber"/>
<!-- Checks for whitespace -->