jdk/src/share/classes/java/net/MulticastSocket.java
changeset 21334 c60dfce46a77
parent 19069 1d9cb0d080e3
child 24865 09b1d992ca72
--- a/jdk/src/share/classes/java/net/MulticastSocket.java	Tue Oct 22 15:11:47 2013 -0400
+++ b/jdk/src/share/classes/java/net/MulticastSocket.java	Tue Oct 22 17:02:08 2013 -0400
@@ -140,7 +140,7 @@
      * Create a MulticastSocket bound to the specified socket address.
      * <p>
      * Or, if the address is {@code null}, create an unbound socket.
-     * <p>
+     *
      * <p>If there is a security manager,
      * its {@code checkListen} method is first called
      * with the SocketAddress port as its argument to ensure the operation is allowed.