RFR 8179549: Typo in network properties documentation

Langer, Christoph christoph.langer at sap.com
Thu Mar 14 19:41:46 UTC 2019


Looks good, +1

/Christoph

From: net-dev <net-dev-bounces at openjdk.java.net> On Behalf Of Chris Hegarty
Sent: Donnerstag, 14. März 2019 17:47
To: net-dev <net-dev at openjdk.java.net>
Subject: RFR 8179549: Typo in network properties documentation

Trivial typo fix.

diff --git a/src/java.base/share/classes/java/net/doc-files/net-properties.html b/src/java.base/share/classes/java/net/doc-files/net-properties.html
--- a/src/java.base/share/classes/java/net/doc-files/net-properties.html
+++ b/src/java.base/share/classes/java/net/doc-files/net-properties.html
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML>
 <!--
- Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

  This code is free software; you can redistribute it and/or modify it
@@ -208,7 +208,7 @@
                          username. With this method existing applications that use the
                          authenticator class do not need to be modified, as long as users
                          are made aware that this notation must be used.</P>
-                    <LI><P>If a domain name is not specified as in method 2) and these
+                   <LI><P>If a domain name is not specified as in method 2) and this
                          property is defined, then its value will be used a the domain
                          name.</P>
                    </OL>




-Chris.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/net-dev/attachments/20190314/52a7f6d9/attachment.html>


More information about the net-dev mailing list