Cleanup of some doclint warnings in java.lang

Alan Bateman Alan.Bateman at oracle.com
Mon Jun 17 11:56:57 UTC 2013


On 17/06/2013 04:48, Joe Darcy wrote:
> Hello,
>
> Please review the patch below which resolves a subset of the doclint 
> warnings in java.lang.
>
> Thanks,
>
> -Joe
One comment on Double is that you've removed the <code> to fix the 
nesting issue. Did you consider replacing this with <pre>{@code ... 
}</pre> so that you've got {@code ..} around the code fragment. That 
would avoid needing to check it for escaping.

Otherwise looks fine to me.

-Alan.



More information about the core-libs-dev mailing list