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

Diff of /classpath/java/net/InetAddress.java

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

revision 1.40 by mkoch, Tue Apr 26 07:44:07 2005 UTC revision 1.41 by mkoch, Fri Apr 29 05:36:38 2005 UTC
# Line 560  public class InetAddress implements Seri Line 560  public class InetAddress implements Seri
560    }    }
561    
562    /**    /**
563     * If host is a valid numeric IP address, return the numeric address.     * If hostname is a valid numeric IP address, return the numeric address.
564     * Otherwise, return null.     * Otherwise, return null.
565       *
566       * @param hostname the name of the host
567     */     */
568    private static byte[] aton(String hostname)    private static byte[] aton(String hostname)
569    {    {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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