2005-04-19 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java (InetAddress): Fixed javadoc comment. (aton): Likewise. (lookup): Added javadoc. (getFamily): Likewise. * java/net/ServerSocket.java (getChannel): Improved javadoc comment. From-SVN: r98419
This commit is contained in:
parent
3010be13ff
commit
0a0179a92f
3 changed files with 36 additions and 8 deletions
|
@ -399,11 +399,11 @@ public class ServerSocket
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the unique ServerSocketChannel object
|
||||
* Returns the unique <code>ServerSocketChannel</code> object
|
||||
* associated with this socket, if any.
|
||||
*
|
||||
* The socket only has a ServerSocketChannel if its created
|
||||
* by ServerSocketChannel.open.
|
||||
* <p>The socket only has a <code>ServerSocketChannel</code> if its created
|
||||
* by <code>ServerSocketChannel.open()</code>.</p>
|
||||
*
|
||||
* @return the associated socket channel, null if none exists
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue