< prev index next >

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

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

@@ -28,11 +28,11 @@
 import javax.lang.model.element.NestingKind;
 import javax.lang.model.element.Modifier;
 import java.util.Objects;
 
 /**
- * File abstraction for tools operating on Java&trade; programming language
+ * File abstraction for tools operating on Java programming language
  * source and class files.
  *
  * <p>All methods in this interface might throw a SecurityException if
  * a security exception occurs.
  *

@@ -92,11 +92,11 @@
 
     /**
      * Checks if this file object is compatible with the specified
      * simple name and kind.  A simple name is a single identifier
      * (not qualified) as defined in
-     * <cite>The Java&trade; Language Specification</cite>,
+     * <cite>The Java Language Specification</cite>,
      * section 6.2 "Names and Identifiers".
      *
      * @param simpleName a simple name of a class
      * @param kind a kind
      * @return {@code true} if this file object is compatible; false
< prev index next >