--- old/src/share/classes/java/net/Socket.java 2014-04-03 08:23:00.924795518 -0700 +++ new/src/share/classes/java/net/Socket.java 2014-04-03 08:23:00.636793470 -0700 @@ -153,7 +153,7 @@ /** * Creates an unconnected Socket with a user-specified * SocketImpl. - *

+ * * @param impl an instance of a SocketImpl * the subclass wishes to use on the Socket. * @@ -1245,7 +1245,7 @@ *

    *
  1. For sockets accepted from a ServerSocket, this must be done by calling * {@link ServerSocket#setReceiveBufferSize(int)} before the ServerSocket - * is bound to a local address.

  2. + * is bound to a local address. *
  3. For client sockets, setReceiveBufferSize() must be called before * connecting the socket to its remote peer.
* @param size the size to which to set the receive buffer