8231149: Small verbiage errors in java.nio.file package documentation

Brian Burkhalter brian.burkhalter at oracle.com
Tue Sep 17 20:49:48 UTC 2019


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>.
  * 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>
  *
  * <h2><a id="integrity">Synchronized I/O File Integrity</a></h2>
  * <p> The {@link java.nio.file.StandardOpenOption#SYNC SYNC} and {@link

This seems rather small to require a CSR.

Thanks,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20190917/8000a907/attachment.html>


More information about the nio-dev mailing list