mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 19:11:19 +08:00
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:
parent
b3db7ef158
commit
89e4eb2a34
@ -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.
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user