Commit 89e4eb2a by Michael Koch Committed by Michael Koch

ServerSocket.java (isBound): Fixed documentation.

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

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

From-SVN: r75506
parent b3db7ef1
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.
......
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment