# HG changeset patch # User vromero # Date 1378291989 -3600 # Node ID b94824ddcbb613e8b835a9db57f9fb1f014edfc5 # Parent 438547d895dcdf9cd6bf26a02f151519e7c96009 8008275: javac.Main should be @Supported Reviewed-by: jjg diff -r 438547d895dc -r b94824ddcbb6 src/share/classes/com/sun/tools/javac/Main.java --- a/src/share/classes/com/sun/tools/javac/Main.java Wed Sep 04 00:01:05 2013 +0100 +++ b/src/share/classes/com/sun/tools/javac/Main.java Wed Sep 04 11:53:09 2013 +0100 @@ -30,14 +30,6 @@ /** * The programmatic interface for the Java Programming Language * compiler, javac. - * - *

Except for the two methods - * {@link #compile(java.lang.String[])} - * {@link #compile(java.lang.String[],java.io.PrintWriter)}, - * nothing described in this source file is part of any supported - * API. If you write code that depends on this, you do so at your own - * risk. This code and its internal interfaces are subject to change - * or deletion without notice. */ @jdk.Supported public class Main {