Index: java/net/ServerSocket.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/net/ServerSocket.java,v retrieving revision 1.38 diff -u -r1.38 ServerSocket.java --- java/net/ServerSocket.java 15 Oct 2004 10:04:52 -0000 1.38 +++ java/net/ServerSocket.java 23 Apr 2005 11:34:23 -0000 @@ -399,11 +399,11 @@ } /** - * Returns the unique ServerSocketChannel object + * Returns the unique ServerSocketChannel object * associated with this socket, if any. * - * The socket only has a ServerSocketChannel if its created - * by ServerSocketChannel.open. + *

The socket only has a ServerSocketChannel if its created + * by ServerSocketChannel.open().

* * @return the associated socket channel, null if none exists *