8008275: javac.Main should be @Supported

Wed, 04 Sep 2013 11:53:09 +0100

author
vromero
date
Wed, 04 Sep 2013 11:53:09 +0100
changeset 2005
b94824ddcbb6
parent 2004
438547d895dc
child 2006
044721d4d359

8008275: javac.Main should be @Supported
Reviewed-by: jjg

src/share/classes/com/sun/tools/javac/Main.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javac/Main.java	Wed Sep 04 00:01:05 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/Main.java	Wed Sep 04 11:53:09 2013 +0100
     1.3 @@ -30,14 +30,6 @@
     1.4  /**
     1.5   * The programmatic interface for the Java Programming Language
     1.6   * compiler, javac.
     1.7 - *
     1.8 - * <p>Except for the two methods
     1.9 - * {@link #compile(java.lang.String[])}
    1.10 - * {@link #compile(java.lang.String[],java.io.PrintWriter)},
    1.11 - * nothing described in this source file is part of any supported
    1.12 - * API.  If you write code that depends on this, you do so at your own
    1.13 - * risk.  This code and its internal interfaces are subject to change
    1.14 - * or deletion without notice.
    1.15   */
    1.16  @jdk.Supported
    1.17  public class Main {

mercurial