Add 'src/be/nikiroo/utils/' from commit '46add0670fdee4bd936a13fe2448c5e20a7ffd0a'
[fanfix.git] / src / be / nikiroo / utils / serial / server / ConnectActionServerObject.java
index 3457a08f74cb01fad266ea2ad58e0b6d7fa35f2d..07d986763438abeee1bc84e4ca97e984bf0688ee 100644 (file)
@@ -3,8 +3,6 @@ package be.nikiroo.utils.serial.server;
 import java.io.IOException;
 import java.net.Socket;
 
-import be.nikiroo.utils.Version;
-
 /**
  * Class used for the server basic handling.
  * <p>
@@ -15,9 +13,7 @@ import be.nikiroo.utils.Version;
  */
 public class ConnectActionServerObject extends ConnectActionServer {
        /**
-        * Create a new {@link ConnectActionServerObject} with the current
-        * application version (see {@link Version#getCurrentVersion()}) as the
-        * server version.
+        * Create a new {@link ConnectActionServerObject} as the server version.
         * 
         * @param s
         *            the socket to bind to