8210741: Typo in Java API documentation of java.nio.file.Paths

Brian Burkhalter brian.burkhalter at oracle.com
Fri Sep 14 15:34:23 UTC 2018


https://bugs.openjdk.java.net/browse/JDK-8210741

--- a/src/java.base/share/classes/java/nio/file/Paths.java
+++ b/src/java.base/share/classes/java/nio/file/Paths.java
@@ -73,7 +73,8 @@
      * Converts the given URI to a {@link Path} object.
      *
      * @implSpec
-     * This method simply invokes {@link Path#of(URI) * Path.of(URI)} with the given parameter.
+     * This method simply invokes {@link Path#of(URI) Path.of(URI)} with the
+     * given parameter.
      *
      * @param   uri
      *          the URI to convert

Thanks,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20180914/16604898/attachment.html>


More information about the nio-dev mailing list