Re: Cleanup of some doclint warnings in java.lang

2013-06-17 Thread Chris Hegarty
Looks fine to me Joe, Quite trivially, and optionally, the '@since 1.8 ' could be moved to after the @return in Short.java L406 -Chris. 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 di

Re: Cleanup of some doclint warnings in java.lang

2013-06-17 Thread Alan Bateman
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 to fix the nesting issue. Did you consider replacing this with {@code ... } so that you've