< prev index next >

src/java.compiler/share/classes/javax/lang/model/element/ModuleElement.java

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

@@ -132,11 +132,11 @@
     /**
      * The {@code kind} of a directive.
      *
      * <p>Note that it is possible additional directive kinds will be added
      * to accommodate new, currently unknown, language structures added to
-     * future versions of the Java&trade; programming language.
+     * future versions of the Java programming language.
      *
      * @since 9
      * @spec JPMS
      */
     enum DirectiveKind {

@@ -211,11 +211,11 @@
      * is {@code null}; see documentation of the implementing class for
      * details.
      *
      * <p> <b>WARNING:</b> It is possible that methods will be added to
      * this interface to accommodate new, currently unknown, language
-     * structures added to future versions of the Java&trade; programming
+     * structures added to future versions of the Java programming
      * language. Methods to accommodate new language constructs will
      * be added in a source <em>compatible</em> way using
      * <em>default methods</em>.
      *
      * @param <R> the return type of this visitor's methods.  Use {@link
< prev index next >