< prev index next >

src/java.instrument/share/classes/java/lang/instrument/ClassFileTransformer.java

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

@@ -154,11 +154,11 @@
  * while this has the same effect as returning null. it facilitates the
  * logging or debugging of format corruptions.
  *
  * <P>
  * Note the term <i>class file</i> is used as defined in section 3.1 of
- * <cite>The Java&trade; Virtual Machine Specification</cite>, to mean a
+ * <cite>The Java Virtual Machine Specification</cite>, to mean a
  * sequence of bytes in class file format, whether or not they reside in a
  * file.
  *
  * @see     java.lang.instrument.Instrumentation
  * @since   1.5
< prev index next >