src/java.base/share/classes/java/net/InetAddress.java
changeset 47747 84e7c1515661
parent 47216 71c04702a3d5
child 49531 e8ada9b2dd89
equal deleted inserted replaced
47746:94f362b5f4dd 47747:84e7c1515661
  1131         nameService = createNameService();
  1131         nameService = createNameService();
  1132         }
  1132         }
  1133 
  1133 
  1134     /**
  1134     /**
  1135      * Create an instance of the NameService interface based on
  1135      * Create an instance of the NameService interface based on
  1136      * the setting of the {@codejdk.net.hosts.file} system property.
  1136      * the setting of the {@code jdk.net.hosts.file} system property.
  1137      *
  1137      *
  1138      * <p>The default NameService is the PlatformNameService, which typically
  1138      * <p>The default NameService is the PlatformNameService, which typically
  1139      * delegates name and address resolution calls to the underlying
  1139      * delegates name and address resolution calls to the underlying
  1140      * OS network libraries.
  1140      * OS network libraries.
  1141      *
  1141      *