PMD code sweep, #6 don't add MyWindow twice to MyApplication
[nikiroo-utils.git] / src / jexer / tterminal / DECCharacterSets.java
index 4cc8757544cadf639c23210a1c016b4666a7464f..5110db0edbdb925b3fc93368d919dac401702f68 100644 (file)
@@ -34,11 +34,9 @@ package jexer.tterminal;
  */
 public final class DECCharacterSets {
 
-    /**
-     * Private constructor prevents accidental creation of this class.
-     */
-    private DECCharacterSets() {
-    }
+    // ------------------------------------------------------------------------
+    // Constants --------------------------------------------------------------
+    // ------------------------------------------------------------------------
 
     /**
      * US - Normal "international" (ASCII).
@@ -370,4 +368,14 @@ public final class DECCharacterSets {
         0x2084, 0x2085, 0x2086, 0x2087, 0x2088, 0x2089, 0x00B6, 0x0020
     };
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
+    /**
+     * Private constructor prevents accidental creation of this class.
+     */
+    private DECCharacterSets() {
+    }
+
 }