This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: java.net.DatagramSocket


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I just commited the attached patch to merge a little typo fix from GNU 
classpath.


Michael


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

	* java/net/DatagramSocket.java: Fixed typo.
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBJHI2WSOgCCdjSDsRAoQ6AKCEMB040A/j278JfKlxA6wmjeDPCQCeLT+v
u+dLkWqbc5bi4QTDktmlbvc=
=e4XA
-----END PGP SIGNATURE-----
Index: java/net/DatagramSocket.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/DatagramSocket.java,v
retrieving revision 1.39
diff -u -r1.39 DatagramSocket.java
--- java/net/DatagramSocket.java	17 Jul 2004 11:17:27 -0000	1.39
+++ java/net/DatagramSocket.java	19 Aug 2004 09:18:49 -0000
@@ -554,7 +554,7 @@
    * @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
   {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]