mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
2005-04-28 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java (aton): Fixed javadoc. (lookup): Likewise. From-SVN: r98941
This commit is contained in:
parent
f7f655c706
commit
e5d149869a
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* javax/swing/Timer.java
|
||||
|
@ -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.
|
||||
*
|
||||
* @param hostname the name of the host
|
||||
@ -553,8 +553,8 @@ public class InetAddress implements Serializable
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user