There was an error while loading. Please reload this page.
1 parent 9935440 commit 8156ff6Copy full SHA for 8156ff6
src/java.base/share/classes/java/nio/file/Path.java
@@ -413,7 +413,7 @@ default boolean startsWith(String other) {
413
* "{@code foo/bar}" ends with "{@code foo/bar}" and "{@code bar}". It does
414
* not end with "{@code r}" or "{@code /bar}". Note that trailing separators
415
* 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
+ * Path} "{@code foo/bar}" with the {@code String} "{@code bar/}" returns
417
* {@code true}.
418
*
419
* @implSpec
0 commit comments