< prev index next >

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

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

@@ -74,11 +74,11 @@
      * any {@code null} elements.
      */
     int run(InputStream in, OutputStream out, OutputStream err, String... arguments);
 
     /**
-     * Returns the source versions of the Java&trade; programming language
+     * Returns the source versions of the Java programming language
      * supported by this tool.
      * @return a set of supported source versions
      */
     Set<SourceVersion> getSourceVersions();
 
< prev index next >