mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8189631: Missing space in the javadoc for InetAddress.createNameService()
Reviewed-by: rriggs, wetmore
This commit is contained in:
parent
e20e93d027
commit
304348561f
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ class InetAddress implements java.io.Serializable {
|
|||
|
||||
/**
|
||||
* Create an instance of the NameService interface based on
|
||||
* the setting of the {@codejdk.net.hosts.file} system property.
|
||||
* the setting of the {@code jdk.net.hosts.file} system property.
|
||||
*
|
||||
* <p>The default NameService is the PlatformNameService, which typically
|
||||
* delegates name and address resolution calls to the underlying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue