/[classpath]/classpath/java/net/Inet6Address.java
ViewVC logotype

Diff of /classpath/java/net/Inet6Address.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Fri Jun 20 05:34:37 2003 UTC revision 1.4 by mkoch, Thu Jun 26 19:52:43 2003 UTC
# Line 66  public final class Inet6Address extends Line 66  public final class Inet6Address extends
66     * @param addr The IP address     * @param addr The IP address
67     * @param host The hostname     * @param host The hostname
68     */     */
69    protected Inet6Address (byte[] addr, String host)    Inet6Address (byte[] addr, String host)
70    {    {
71      super (addr, host);      super (addr, host);
72      this.ipaddress = addr;      this.ipaddress = addr;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26