8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
--- 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