Commit 476a918f by Tom Tromey Committed by Michael Koch

DatagramSocket.java: Fixed typo.

2004-08-19  Tom Tromey  <tromey@redhat.com>

	* java/net/DatagramSocket.java: Fixed typo.

From-SVN: r86244
parent 861aa215
2004-08-19 Tom Tromey <tromey@redhat.com>
* java/net/DatagramSocket.java: Fixed typo.
2004-08-18 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/17081
......
......@@ -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
{
......
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