diff options
author | Evgeny S Maksimov <admin@vragam.net> | 2019-01-17 19:05:23 +0300 |
---|---|---|
committer | Evgeny S Maksimov <admin@vragam.net> | 2019-01-17 19:05:23 +0300 |
commit | fc707a69c3c95223ecb8e263d7de32a72ec84af3 (patch) | |
tree | fc0a9b3f75ea0f6077df332a9cbaf6cd75412e97 /checkstyle.xml | |
parent | ca2cca9355c3b36b2e7ed9ad808db797fa94cb78 (diff) | |
download | trackermap-server-fc707a69c3c95223ecb8e263d7de32a72ec84af3.tar.gz trackermap-server-fc707a69c3c95223ecb8e263d7de32a72ec84af3.tar.bz2 trackermap-server-fc707a69c3c95223ecb8e263d7de32a72ec84af3.zip |
Implemented FLEX 1.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 d85100471..a456428a6 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -68,7 +68,7 @@ <property name="max" value="120"/> </module> <module name="MethodLength"> - <property name="max" value="200"/> + <property name="max" value="250"/> </module> <module name="ParameterNumber"/> |