< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 49,59 **** */ @Deprecated(forRemoval=true, since="14") public ToolProvider() {} /** ! * Returns the Java&trade; programming language compiler provided * with this platform. * <p>The file manager returned by calling * {@link JavaCompiler#getStandardFileManager getStandardFileManager} * on this compiler supports paths provided by any * {@linkplain java.nio.file.FileSystem filesystem}.</p> --- 49,59 ---- */ @Deprecated(forRemoval=true, since="14") public ToolProvider() {} /** ! * Returns the Java programming language compiler provided * with this platform. * <p>The file manager returned by calling * {@link JavaCompiler#getStandardFileManager getStandardFileManager} * on this compiler supports paths provided by any * {@linkplain java.nio.file.FileSystem filesystem}.</p>
*** 70,80 **** private static final String systemDocumentationToolModule = "jdk.javadoc"; 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 * {@link DocumentationTool#getStandardFileManager getStandardFileManager} * on this tool supports paths provided by any * {@linkplain java.nio.file.FileSystem filesystem}.</p> --- 70,80 ---- private static final String systemDocumentationToolModule = "jdk.javadoc"; private static final String systemDocumentationToolName = "jdk.javadoc.internal.api.JavadocTool"; /** ! * Returns the Java programming language documentation tool provided * with this platform. * <p>The file manager returned by calling * {@link DocumentationTool#getStandardFileManager getStandardFileManager} * on this tool supports paths provided by any * {@linkplain java.nio.file.FileSystem filesystem}.</p>
< prev index next >