8271147: java/nio/file/Path.java javadoc typo

Reviewed-by: iris
This commit is contained in:
Jaikiran Pai 2021-07-23 04:06:59 +00:00
parent 9935440ede
commit 8156ff609b

@ -413,7 +413,7 @@ public interface Path
* "{@code foo/bar}" ends with "{@code foo/bar}" and "{@code bar}". It does * "{@code foo/bar}" ends with "{@code foo/bar}" and "{@code bar}". It does
* not end with "{@code r}" or "{@code /bar}". Note that trailing separators * not end with "{@code r}" or "{@code /bar}". Note that trailing separators
* are not taken into account, and so invoking this method on the {@code * are not taken into account, and so invoking this method on the {@code
* Path}"{@code foo/bar}" with the {@code String} "{@code bar/}" returns * Path} "{@code foo/bar}" with the {@code String} "{@code bar/}" returns
* {@code true}. * {@code true}.
* *
* @implSpec * @implSpec