mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8271147: java/nio/file/Path.java javadoc typo
Reviewed-by: iris
This commit is contained in:
parent
9935440ede
commit
8156ff609b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue