Skip to content

Commit 8156ff6

Browse files
committed
8271147: java/nio/file/Path.java javadoc typo
Reviewed-by: iris
1 parent 9935440 commit 8156ff6

File tree

1 file changed

+1
-1
lines changed
  • src/java.base/share/classes/java/nio/file

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/nio/file/Path.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ default boolean startsWith(String other) {
413413
* "{@code foo/bar}" ends with "{@code foo/bar}" and "{@code bar}". It does
414414
* not end with "{@code r}" or "{@code /bar}". Note that trailing separators
415415
* are not taken into account, and so invoking this method on the {@code
416-
* Path}"{@code foo/bar}" with the {@code String} "{@code bar/}" returns
416+
* Path} "{@code foo/bar}" with the {@code String} "{@code bar/}" returns
417417
* {@code true}.
418418
*
419419
* @implSpec

0 commit comments

Comments
 (0)