--- old/src/share/classes/java/net/DatagramSocket.java 2014-04-04 04:44:08.995084280 -0700 +++ new/src/share/classes/java/net/DatagramSocket.java 2014-04-04 04:44:08.831083161 -0700 @@ -104,7 +104,7 @@ /** * Connects this socket to a remote socket address (IP address + port number). * Binds socket if not already bound. - *

+ * * @param address The remote address. * @param port The remote port * @throws SocketException if binding the socket fails. @@ -338,7 +338,7 @@ *

* If the address is {@code null}, then the system will pick up * an ephemeral port and a valid local address to bind the socket. - *

+ * * @param addr The address and port to bind to. * @throws SocketException if any error happens during the bind, or if the * socket is already bound. @@ -1240,10 +1240,8 @@ * datagram socket factory. * @exception SocketException if the factory is already defined. * @exception SecurityException if a security manager exists and its - * {@code checkSetFactory} method doesn't allow the - operation. - * @see - java.net.DatagramSocketImplFactory#createDatagramSocketImpl() + * {@code checkSetFactory} method doesn't allow the operation. + * @see java.net.DatagramSocketImplFactory#createDatagramSocketImpl() * @see SecurityManager#checkSetFactory * @since 1.3 */