DatagramSocket.java: Fixed typo.
2004-08-19 Tom Tromey <tromey@redhat.com> * java/net/DatagramSocket.java: Fixed typo. From-SVN: r86244
This commit is contained in:
parent
861aa21540
commit
476a918f8c
2 changed files with 5 additions and 1 deletions
|
@ -554,7 +554,7 @@ public class DatagramSocket
|
|||
* @exception IllegalBlockingModeException If this socket has an associated
|
||||
* channel, and the channel is in non-blocking mode.
|
||||
* @exception SecurityException If a security manager exists and its
|
||||
* checkAccept ethod doesn't allow the receive.
|
||||
* checkAccept method doesn't allow the receive.
|
||||
*/
|
||||
public synchronized void receive(DatagramPacket p) throws IOException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue