ServiceAddressMap: add missing javadoc @param
[WeStealzYourDataz.git] / 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);