OSDN Git Service

2004-01-07 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2004 16:37:45 +0000 (16:37 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2004 16:37:45 +0000 (16:37 +0000)
* java/net/ServerSocket.java (isBound): Fixed documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75506 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/java/net/ServerSocket.java

index ef05048..c90c47e 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-07  Michael Koch  <konqueror@gmx.de>
+
+       * java/net/ServerSocket.java (isBound): Fixed documentation.
+
 2004-01-07  Sascha Brawer  <brawer@dandelis.ch>
 
        * javax/swing/DefaultBoundedRangeModel.java: Documented API.
index 597e641..9a2d82d 100644 (file)
@@ -385,7 +385,7 @@ public class ServerSocket
   }
 
   /**
-   * Returns true then the socket is bound, otherwise false
+   * Returns true when the socket is bound, otherwise false
    * 
    * @since 1.4
    */