--- old/src/share/classes/java/net/InetSocketAddress.java 2014-04-04 04:44:09.504087752 -0700 +++ new/src/share/classes/java/net/InetSocketAddress.java 2014-04-04 04:44:09.349086695 -0700 @@ -157,7 +157,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the specified * range of valid port values. @@ -175,7 +175,7 @@ * ephemeral port in a {@code bind} operation. *

* A {@code null} address will assign the wildcard address. - *

+ * * @param addr The IP address * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the specified @@ -202,7 +202,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param hostname the Host name * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the range @@ -239,7 +239,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param host the Host name * @param port The port number * @throws IllegalArgumentException if the port parameter is outside