...
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / server / ConnectActionServerObject.java
index 79fa38ce616ec4535067dcc9830b4f4ea2ea01ca..3457a08f74cb01fad266ea2ad58e0b6d7fa35f2d 100644 (file)
@@ -29,21 +29,6 @@ public class ConnectActionServerObject extends ConnectActionServer {
                super(s, key);
        }
 
-       /**
-        * Create a new {@link ConnectActionServerObject}.
-        * 
-        * @param s
-        *            the socket to bind to
-        * @param key
-        *            an optional key to encrypt all the communications (if NULL,
-        *            everything will be sent in clear text)
-        * @param version
-        *            the server version
-        */
-       public ConnectActionServerObject(Socket s, String key, Version version) {
-               super(s, key, version);
-       }
-
        /**
         * Serialise and send the given object to the client.
         *