2003-06-27 Michael Koch <konqueror@gmx.de>
* java/net/Inet4Address.java (Inet4Address): Made package-private. * java/net/Inet6Address.java (Inet4Address): Made package-private. From-SVN: r68575
This commit is contained in:
committed by
Michael Koch
parent
824d4a1036
commit
6ced3f39f6
@@ -72,7 +72,7 @@ public final class Inet4Address extends InetAddress
|
||||
* @param addr The IP address
|
||||
* @param host The Hostname
|
||||
*/
|
||||
protected Inet4Address(byte[] addr, String host)
|
||||
Inet4Address(byte[] addr, String host)
|
||||
{
|
||||
super (addr, host);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user