On 17/06/2013 04:48, Joe Darcy wrote:
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.Hello,Please review the patch below which resolves a subset of the doclint warnings in java.lang.Thanks, -Joe
Otherwise looks fine to me. -Alan.