diff options
author | Evgeny S Maksimov <me@vragam.net> | 2019-01-19 15:02:46 +0300 |
---|---|---|
committer | Evgeny S Maksimov <me@vragam.net> | 2019-01-19 15:02:46 +0300 |
commit | d451bbf60e51a9c27135340e3b3524b98fdb4b07 (patch) | |
tree | d959999ed3c3d2fcb0989f9802b8ddad35858f53 /checkstyle.xml | |
parent | cbe838ad644ce5e787f080e292bc332e50efa4a0 (diff) | |
download | trackermap-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.tar.gz trackermap-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.tar.bz2 trackermap-server-d451bbf60e51a9c27135340e3b3524b98fdb4b07.zip |
Implemented FLEX 2.0 extension support for Navis (NTCB) protocol
Diffstat (limited to 'checkstyle.xml')
-rw-r--r-- | checkstyle.xml | 2 |
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"/> |