ServiceAddressMap: add missing javadoc @param
authorTJ <hacker@iam.tj>
Mon, 4 May 2015 15:45:26 +0000 (16:45 +0100)
committerTJ <hacker@iam.tj>
Mon, 4 May 2015 15:45:26 +0000 (16:45 +0100)
src/uk/ac/ntu/n0521366/wsyd/libs/net/ServiceAddressMap.java

index dc008dc..bed4f64 100644 (file)
@@ -82,7 +82,8 @@ public class ServiceAddressMap {
         /**
          * Construct a new instance of with user-defined STATE.
          * 
-         * @param host 
+         * @param host the host address
+         * @param state DYNAMIC or STATIC
          */
         public LastSeenHost(InetSocketAddress host, STATE state) {
             this(host, System.currentTimeMillis(), state);