/[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.7 by mkoch, Thu Apr 29 21:16:42 2004 UTC revision 1.8 by mkoch, Fri Oct 15 09:56:00 2004 UTC
# Line 1  Line 1 
1  /* Inet6Address.java  /* Inet6Address.java --
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.net;  package java.net;
40    
41  import java.util.Arrays;  import java.util.Arrays;
42    
   
 /**  
  * @author Michael Koch  
  * @date August 3, 2002.  
  */  
   
43  /*  /*
44   * Written using on-line Java Platform 1.4 API Specification and   * Written using on-line Java Platform 1.4 API Specification and
45   * RFC 1884 (http://www.ietf.org/rfc/rfc1884.txt)   * RFC 1884 (http://www.ietf.org/rfc/rfc1884.txt)
46   * Status: Believed complete and correct.   *
47     * @author Michael Koch
48     * @status Believed complete and correct.
49   */   */
50  public final class Inet6Address extends InetAddress  public final class Inet6Address extends InetAddress
51  {  {
# Line 67  public final class Inet6Address extends Line 64  public final class Inet6Address extends
64     */     */
65    Inet6Address(byte[] addr, String host)    Inet6Address(byte[] addr, String host)
66    {    {
67      super(addr, host, null);      super(addr, host);
68      this.ipaddress = addr;      this.ipaddress = addr;
69    }    }
70    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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