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

Cleanup of some doclint warnings in java.lang

2013-06-16 Thread Joe Darcy
Hello, Please review the patch below which resolves a subset of the doclint warnings in java.lang. Thanks, -Joe diff -r 45a3584bfacf src/share/classes/java/lang/Boolean.java --- a/src/share/classes/java/lang/Boolean.javaFri Jun 14 15:14:56 2013 +0400 +++ b/src/share/classes/java/lang/Bo