On Tue, 26 Apr 2022 22:24:26 GMT, Joe Darcy <[email protected]> wrote:
> To enable more complete doclint checking (courtesy @jonathan-gibbons), please
> review this PR to add type-level @param tags where they are missing.
>
> To the maintainers of java.util.concurrent, those changes could be separated
> out in another bug if that would ease maintenance of that code.
>
> Making these library fixes is a blocker for correcting and expanding the
> doclint checks (JDK-8285496).
>
> I'll update copyright years before pushing.
src/java.base/share/classes/java/lang/ClassValue.java line 43:
> 41: * it can use a {@code ClassValue} to cache information needed to
> 42: * perform the message send quickly, for each class encountered.
> 43: * @param <T> type of the derived value
stylistically, compared to other comments, you are missing an initial "the"
-------------
PR: https://git.openjdk.java.net/jdk/pull/8410