8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
This commit is contained in:
parent
73cda6e99e
commit
b16e5584ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user