8231149: Small verbiage errors in java.nio.file package documentation
Alan Bateman
Alan.Bateman at oracle.com
Wed Sep 18 06:19:43 UTC 2019
On 17/09/2019 21:49, Brian Burkhalter wrote:
> https://bugs.openjdk.java.net/browse/JDK-8231149
>
> A change to two sentences:
>
> @@ -34,7 +34,7 @@
> * platform default provider, or to construct other provider
> implementations. </p>
> *
> * <h2><a id="links">Symbolic Links</a></h2>
> - * <p> Many operating systems and file systems support for
> <em>symbolic links</em>.
> + * <p> Many operating systems and file systems support <em>symbolic
> links</em>.
I assume this should have been "have support for" (missing "have").
> * A symbolic link is a special file that serves as a reference to
> another file.
> * For the most part, symbolic links are transparent to applications and
> * operations on symbolic links are automatically redirected to the
> <em>target</em>
>
> @@ -62,8 +62,8 @@
> * to caching performed by the underlying operating system and delays
> induced by
> * network-filesystem protocols. This is true regardless of the
> language in which
> * these other programs are written, and whether they are running on
> the same machine
> - * or on some other machine. The exact nature of any such
> inconsistencies are
> - * system-dependent and are therefore unspecified. </p>
> + * or on some other machine. The exact nature of any such
> inconsistencies is
> + * system-dependent and therefore unspecified. </p>
That looks okay to me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20190918/76940112/attachment.html>
More information about the nio-dev
mailing list