ServerSocket.java (isBound): Fixed documentation.

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

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

From-SVN: r75506
This commit is contained in:
Michael Koch 2004-01-07 16:37:45 +00:00 committed by Michael Koch
parent b3db7ef158
commit 89e4eb2a34
2 changed files with 5 additions and 1 deletions

View 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.

View 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
*/