PMD code sweep, #6 don't add MyWindow twice to MyApplication
[fanfix.git] / src / jexer / backend / ECMA48Backend.java
index 59cd670552b482b201fca443c966763988ab086c..b99c12014edc85506b6a867534159387bbab4bca 100644 (file)
@@ -40,6 +40,10 @@ import java.io.UnsupportedEncodingException;
  */
 public final class ECMA48Backend extends GenericBackend {
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Public constructor will use System.in and System.out and UTF-8
      * encoding. On non-Windows systems System.in will be put in raw mode;
@@ -161,5 +165,4 @@ public final class ECMA48Backend extends GenericBackend {
         this(listener, input, reader, writer, false);
     }
 
-
 }