8008275: javac.Main should be @Supported
authorvromero
Wed, 04 Sep 2013 11:53:09 +0100
changeset 19919 ffb2cc047744
parent 19918 3bdf0c6b869c
child 19920 ead15bfdcfa0
8008275: javac.Main should be @Supported Reviewed-by: jjg
langtools/src/share/classes/com/sun/tools/javac/Main.java
--- a/langtools/src/share/classes/com/sun/tools/javac/Main.java	Wed Sep 04 00:01:05 2013 +0100
+++ b/langtools/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.
- *
- * <p>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 {