[Patch] java.net.InetAddress

Michael Koch konqueror@gmx.de
Thu Apr 28 21:50:00 GMT 2005


Hi list,


I just commited the attached patch to cleanup some javadocs in
java.net.InetAddress.


Michael


2005-04-28  Michael Koch  <konqueror@gmx.de>

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

-------------- next part --------------
Index: java/net/InetAddress.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/net/InetAddress.java,v
retrieving revision 1.40
diff -u -r1.40 InetAddress.java
--- java/net/InetAddress.java	26 Apr 2005 22:07:39 -0000	1.40
+++ java/net/InetAddress.java	28 Apr 2005 21:02:02 -0000
@@ -542,7 +542,7 @@
   }
 
   /**
-   * If hostname  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
@@ -553,8 +553,8 @@
    * Looks up all addresses of a given host.
    *
    * @param hostname the host to lookup
-   * @param ipaddr FIXME
-   * @param all FIXME
+   * @param ipaddr the IP address to lookup
+   * @param all return all known addresses for one host
    *
    * @return an array with all found addresses
    */


More information about the Java-patches mailing list