NetworkServer*: remove unused imports
authorTJ <hacker@iam.tj>
Mon, 4 May 2015 15:41:14 +0000 (16:41 +0100)
committerTJ <hacker@iam.tj>
Mon, 4 May 2015 15:41:14 +0000 (16:41 +0100)
src/uk/ac/ntu/n0521366/wsyd/libs/net/NetworkServerAbstract.java
src/uk/ac/ntu/n0521366/wsyd/libs/net/NetworkServerUDP.java
src/uk/ac/ntu/n0521366/wsyd/libs/net/NetworkServerUDPMulticast.java

index c86c0c4..3a186ba 100644 (file)
 package uk.ac.ntu.n0521366.wsyd.libs.net;
 
 import java.text.MessageFormat;
-import java.net.InetSocketAddress;
 import java.net.SocketException;
 import java.util.concurrent.ConcurrentLinkedQueue;
-import java.util.concurrent.ConcurrentHashMap;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.logging.Logger;
index a6f3fcc..d8d35f3 100644 (file)
@@ -35,9 +35,6 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.logging.LogRecord;
 import uk.ac.ntu.n0521366.wsyd.libs.message.MessageLogRecord;
-import uk.ac.ntu.n0521366.wsyd.libs.net.ServiceAddressMap;
-
-
 
 /**
  * Dual-use multithreading network UDP server that can be used stand-alone
index 233fc34..3998ddb 100644 (file)
@@ -31,7 +31,6 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.ArrayList;
 import java.util.Enumeration;
-import uk.ac.ntu.n0521366.wsyd.libs.net.ServiceAddressMap;
 
 /**
  *