--- 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 {