Commit e5d14986 by Michael Koch Committed by Michael Koch

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

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

From-SVN: r98941
parent f7f655c7
2005-04-28 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java
(aton): Fixed javadoc.
(lookup): Likewise.
2005-04-28 Tom Tromey <tromey@redhat.com> 2005-04-28 Tom Tromey <tromey@redhat.com>
* javax/swing/Timer.java * javax/swing/Timer.java
......
...@@ -542,7 +542,7 @@ public class InetAddress implements Serializable ...@@ -542,7 +542,7 @@ public class InetAddress implements Serializable
} }
/** /**
* 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. * Otherwise, return null.
* *
* @param hostname the name of the host * @param hostname the name of the host
...@@ -553,8 +553,8 @@ public class InetAddress implements Serializable ...@@ -553,8 +553,8 @@ public class InetAddress implements Serializable
* Looks up all addresses of a given host. * Looks up all addresses of a given host.
* *
* @param hostname the host to lookup * @param hostname the host to lookup
* @param ipaddr FIXME * @param ipaddr the IP address to lookup
* @param all FIXME * @param all return all known addresses for one host
* *
* @return an array with all found addresses * @return an array with all found addresses
*/ */
......
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