8309883: no @since info in com.sun.tools.javac package-info.java, Main.java

Reviewed-by: iris, darcy
This commit is contained in:
Jonathan Gibbons 2023-06-21 18:00:14 +00:00
parent fd1163d5f1
commit 226c6a097d
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ import java.io.PrintWriter;
* 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 {
/**

View File

@ -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;