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

Alan Bateman Alan.Bateman at oracle.com
Fri Sep 14 15:39:41 UTC 2018



On 14/09/2018 16:34, Brian Burkhalter wrote:
> https://bugs.openjdk.java.net/browse/JDK-8210741
>
> --- a/src/java.base/share/classes/java/nio/file/Paths.java
> +++ b/src/java.base/share/classes/java/nio/file/Paths.java
> @@ -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.
>     *
>
Looks fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20180914/079520f2/attachment.html>


More information about the nio-dev mailing list