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

Reviewed-by: alanb, rriggs
This commit is contained in:
Brian Burkhalter 2018-09-14 09:00:22 -07:00
parent 73cda6e99e
commit b16e5584ab

View File

@ -73,7 +73,8 @@ public final class Paths {
* 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