Skip to content

Commit

Permalink
8309883: no @since info in com.sun.tools.javac package-info.java, M…
Browse files Browse the repository at this point in the history
…ain.java

Reviewed-by: iris, darcy
  • Loading branch information
jonathan-gibbons committed Jun 21, 2023
1 parent fd1163d commit 226c6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jdk.compiler/share/classes/com/sun/tools/javac/Main.java
Expand Up @@ -32,6 +32,8 @@
* compiler, javac.
* See the <a href="{@docRoot}/jdk.compiler/module-summary.html">{@code jdk.compiler}</a>
* module for details on replacement APIs.
*
* @since 1.5
*/
public class Main {
/**
Expand Down
Expand Up @@ -27,5 +27,7 @@
* This package provides a legacy entry point for the <em>javac</em> tool.
* See the <a href="{@docRoot}/jdk.compiler/module-summary.html">{@code jdk.compiler}</a>
* module for details on replacement APIs.
*
* @since 1.5
*/
package com.sun.tools.javac;

1 comment on commit 226c6a0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.