# HG changeset patch # User bpb # Date 1568919696 25200 # Node ID 0cc0fd3088226b94673224112b807608ea423df4 # Parent 89033e6641ed4866c0a97e34005ea47f131175dd 8231149: (fs) Small verbiage errors in java.nio.file package documentation Reviewed-by: lancea, alanb diff -r 89033e6641ed -r 0cc0fd308822 src/java.base/share/classes/java/nio/file/package-info.java --- a/src/java.base/share/classes/java/nio/file/package-info.java Thu Sep 19 20:26:53 2019 +0200 +++ b/src/java.base/share/classes/java/nio/file/package-info.java Thu Sep 19 12:01:36 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 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 @@ -34,7 +34,7 @@ * platform default provider, or to construct other provider implementations.

* *

Symbolic Links

- *

Many operating systems and file systems support for symbolic links. + *

Many operating systems and file systems have support for symbolic links. * 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 target @@ -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.

+ * or on some other machine. The exact nature of any such inconsistencies is + * system-dependent and therefore unspecified.

* *

Synchronized I/O File Integrity

*

The {@link java.nio.file.StandardOpenOption#SYNC SYNC} and {@link