OpenJDK / valhalla / valhalla
changeset 47809:84e7c1515661
8189631: Missing space in the javadoc for InetAddress.createNameService()
Reviewed-by: rriggs, wetmore
author | igerasim |
---|---|
date | Tue, 14 Nov 2017 13:31:43 -0800 |
parents | 94f362b5f4dd |
children | dfc709c80775 |
files | src/java.base/share/classes/java/net/InetAddress.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/net/InetAddress.java Tue Nov 14 09:19:50 2017 -0500 +++ b/src/java.base/share/classes/java/net/InetAddress.java Tue Nov 14 13:31:43 2017 -0800 @@ -1133,7 +1133,7 @@ /** * 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