mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-13 23:19:36 +00:00
8309883: no @since info in com.sun.tools.javac package-info.java, Main.java
Reviewed-by: iris, darcy
This commit is contained in:
parent
fd1163d5f1
commit
226c6a097d
@ -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 {
|
||||
/**
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user