Index: /applications/viewer/jmapviewer/Readme.txt
===================================================================
--- /applications/viewer/jmapviewer/Readme.txt	(revision 33971)
+++ /applications/viewer/jmapviewer/Readme.txt	(revision 33972)
@@ -11,5 +11,5 @@
 (c) 2011-2017, Paul Hartmann
 (c) 2011-2016, Gleb Smirnoff
-(c) 2011-2017, Vincent Privat
+(c) 2011-2018, Vincent Privat
 (c) 2011, Jason Huntley
 (c) 2012-2016, Simon Legner
Index: /applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml
===================================================================
--- /applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml	(revision 33971)
+++ /applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml	(revision 33972)
@@ -13,5 +13,4 @@
   <property name="severity" value="warning"/>
   <module name="TreeWalker">
-    <module name="FileContentsHolder"/>
     <module name="MissingDeprecated"/>
     <module name="MissingOverride"/>
@@ -83,7 +82,5 @@
     </module>
     <module name="EmptyCatchBlock"/>
-    <module name="LeftCurly">
-      <property name="maxLineLength" value="140"/>
-    </module>
+    <module name="LeftCurly"/>
     <module name="RightCurly"/>
     <module name="NeedBraces">
@@ -96,4 +93,9 @@
     <module name="FinalClass"/>
     <module name="HideUtilityClassConstructor"/>
+    <module name="SuppressionCommentFilter">
+      <property name="offCommentFormat" value="CHECKSTYLE\.OFF\: ([\w\|]+)"/>
+      <property name="onCommentFormat" value="CHECKSTYLE\.ON\: ([\w\|]+)"/>
+      <property name="checkFormat" value="$1"/>
+    </module>
   </module>
   <module name="Header">
@@ -103,9 +105,4 @@
   <module name="FileLength">
     <property name="fileExtensions" value=".java"/>
-  </module>
-  <module name="SuppressionCommentFilter">
-    <property name="offCommentFormat" value="CHECKSTYLE\.OFF\: ([\w\|]+)"/>
-    <property name="onCommentFormat" value="CHECKSTYLE\.ON\: ([\w\|]+)"/>
-    <property name="checkFormat" value="$1"/>
   </module>
   <module name="FileTabCharacter"/>
