RFR: JDK-8309884: missing @since tags in `com.sun.source.*`
Joe Darcy
darcy at openjdk.org
Tue Jun 13 00:32:39 UTC 2023
On Tue, 13 Jun 2023 00:20:05 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a trivial docs fix to address missing `@since` tags in `com.sun.source` API.
Approving, but suggest double checking if "8" or "1.8" is more commonly used for since tag.
src/jdk.compiler/share/classes/com/sun/source/tree/LambdaExpressionTree.java line 40:
> 38: * }</pre>
> 39: *
> 40: * @since 8
I think "1.8" was predominantly used at the time.
-------------
Marked as reviewed by darcy (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14434#pullrequestreview-1476004751
PR Review Comment: https://git.openjdk.org/jdk/pull/14434#discussion_r1227366273
More information about the compiler-dev
mailing list