changeset 2004:b94824ddcbb6

8008275: javac.Main should be @Supported Reviewed-by: jjg
author vromero
date Wed, 04 Sep 2013 11:53:09 +0100
parents 438547d895dc
children 044721d4d359
files src/share/classes/com/sun/tools/javac/Main.java
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.
- *
- * <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 {