Hi list,

I just commited the attached patch to merge java.net.ServerSocket with
gcc HEAD again.


Michael


2005-04-23  Michael Koch  <[EMAIL PROTECTED]>

        * java/net/ServerSocket.java
        (getChannel): Improved javadoc comment.

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 <code>ServerSocketChannel</code> object
    * associated with this socket, if any.
    *
-   * The socket only has a ServerSocketChannel if its created
-   * by ServerSocketChannel.open.
+   * <p>The socket only has a <code>ServerSocketChannel</code> if its created
+   * by <code>ServerSocketChannel.open()</code>.</p>
    *
    * @return the associated socket channel, null if none exists
    * 
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to