< prev index next >

src/jdk.compiler/share/classes/com/sun/source/tree/TreeVisitor.java

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

@@ -38,11 +38,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.  Therefore, visitor classes directly implementing this
  * interface may be source incompatible with future versions of the
  * platform.
  *
  * @param <R> the return type of this visitor's methods.  Use {@link
< prev index next >