Add 'src/be/nikiroo/utils/' from commit '46add0670fdee4bd936a13fe2448c5e20a7ffd0a'
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / server / ConnectActionServerString.java
index 2c3ad8ff1e31c9919ebe4ff06820d351c13c5e63..8d113c1dc5db3fe968ed0f10b6fae59fbdb62be3 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 ConnectActionServerString extends ConnectActionServer {
        /**
-        * Create a new {@link ConnectActionServerString} with the current
-        * application version (see {@link Version#getCurrentVersion()}) as the
-        * server version.
+        * Create a new {@link ConnectActionServerString} as the server version.
         * 
         * @param s
         *            the socket to bind to