This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: Patch: java.net.ServerSocket


Hi lists,


I commited the attached patch to fix a typo in the method documentation of 
ServerSocket.isBound().


Michael


2004-01-07  Michael Koch  <konqueror@gmx.de>

	* java/net/ServerSocket.java (isBound): Fixed documentation.

Index: java/net/ServerSocket.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/ServerSocket.java,v
retrieving revision 1.33
diff -u -b -B -r1.33 ServerSocket.java
--- java/net/ServerSocket.java	25 Dec 2003 17:31:13 -0000	1.33
+++ java/net/ServerSocket.java	7 Jan 2004 16:37:23 -0000
@@ -385,7 +385,7 @@
   }
 
   /**
-   * Returns true then the socket is bound, otherwise false
+   * Returns true when the socket is bound, otherwise false
    * 
    * @since 1.4
    */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]