src/java.compiler/share/classes/javax/tools/ToolProvider.java

Print this page

        

*** 102,112 **** public static JavaCompiler getSystemJavaCompiler() { return instance().getSystemTool(JavaCompiler.class, systemJavaCompilerName); } private static final String systemDocumentationToolName ! = "com.sun.tools.javadoc.api.JavadocTool"; /** * Returns the Java&trade; programming language documentation tool provided * with this platform. * <p>The file manager returned by calling --- 102,112 ---- public static JavaCompiler getSystemJavaCompiler() { return instance().getSystemTool(JavaCompiler.class, systemJavaCompilerName); } private static final String systemDocumentationToolName ! = "jdk.javadoc.internal.api.JavadocTool"; /** * Returns the Java&trade; programming language documentation tool provided * with this platform. * <p>The file manager returned by calling