PMD code sweep, #6 don't add MyWindow twice to MyApplication
[fanfix.git] / src / jexer / net / TelnetServerSocket.java
index 923ba2998a59b6f6f39c1a5972e6a103c2ca5a09..7523192602dce2a3cecb7f117ce45a06f5599cd2 100644 (file)
@@ -39,7 +39,14 @@ import java.net.SocketException;
  */
 public final class TelnetServerSocket extends ServerSocket {
 
-    // ServerSocket interface -------------------------------------------------
+    // ------------------------------------------------------------------------
+    // Variables --------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
+
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
 
     /**
      * Creates an unbound server socket.
@@ -94,6 +101,10 @@ public final class TelnetServerSocket extends ServerSocket {
         super(port, backlog, bindAddr);
     }
 
+    // ------------------------------------------------------------------------
+    // ServerSocket -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Listens for a connection to be made to this socket and accepts it. The
      * method blocks until a connection is made.