aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorEvgeny S Maksimov <me@vragam.net>2019-01-19 15:02:46 +0300
committerEvgeny S Maksimov <me@vragam.net>2019-01-19 15:02:46 +0300
commitd451bbf60e51a9c27135340e3b3524b98fdb4b07 (patch)
treed959999ed3c3d2fcb0989f9802b8ddad35858f53 /checkstyle.xml
parentcbe838ad644ce5e787f080e292bc332e50efa4a0 (diff)
downloadtraccar-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.tar.gz
traccar-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.tar.bz2
traccar-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.zip
Implemented FLEX 2.0 extension support for Navis (NTCB) protocol
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"/>