mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
This commit is contained in:
parent
73cda6e99e
commit
b16e5584ab
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue