RFR JDK 8 : fix doclint warnings in generated nio code

Alan Bateman Alan.Bateman at oracle.com
Sat Jul 27 05:46:27 UTC 2013


On 26/07/2013 21:26, Joe Darcy wrote:
> Hello,
>
> The generated nio code has some doclint issues; the patch below fixes 
> them.
>
> The majority of the changes are replacing
>
>     {@link #Foo </code>plain old foo<code>}
>
> with
>
>     {@linkplain #Foo foo}
>
> Thanks,
>
> -Joe
Looks fine to me.

-Alan



More information about the core-libs-dev mailing list