Hi list,

I just commited the attached patch to fix a javadoc in
java.net.InetAddress.


Michael


2005-04-29  Michael Koch  <[EMAIL PROTECTED]>

        * java/net/InetAddress.java
        (aton): Fixed javadoc.

Index: java/net/InetAddress.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/net/InetAddress.java,v
retrieving revision 1.40
diff -u -r1.40 InetAddress.java
--- java/net/InetAddress.java   26 Apr 2005 07:44:07 -0000      1.40
+++ java/net/InetAddress.java   29 Apr 2005 05:36:10 -0000
@@ -560,8 +560,10 @@
   }
 
   /**
-   * If host is a valid numeric IP address, return the numeric address.
+   * If hostname is a valid numeric IP address, return the numeric address.
    * Otherwise, return null.
+   *
+   * @param hostname the name of the host
    */
   private static byte[] aton(String hostname)
   {
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to