8210741: Typo in Java API documentation of java.nio.file.Paths
authorbpb
Fri, 14 Sep 2018 09:00:22 -0700
changeset 51746 07ae9da7a230
parent 51745 90c1dcdebc64
child 51747 9bf5205655ee
8210741: Typo in Java API documentation of java.nio.file.Paths Reviewed-by: alanb, rriggs
src/java.base/share/classes/java/nio/file/Paths.java
--- a/src/java.base/share/classes/java/nio/file/Paths.java	Fri Sep 14 16:56:09 2018 +0100
+++ b/src/java.base/share/classes/java/nio/file/Paths.java	Fri Sep 14 09:00:22 2018 -0700
@@ -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