< prev index next >

src/java.base/share/classes/java/lang/reflect/Method.java

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

@@ -275,11 +275,11 @@
      * @return  a {@code Type} object that represents the formal return
      *     type of the underlying  method
      * @throws GenericSignatureFormatError
      *     if the generic method signature does not conform to the format
      *     specified in
-     *     <cite>The Java&trade; Virtual Machine Specification</cite>
+     *     <cite>The Java Virtual Machine Specification</cite>
      * @throws TypeNotPresentException if the underlying method's
      *     return type refers to a non-existent type declaration
      * @throws MalformedParameterizedTypeException if the
      *     underlying method's return typed refers to a parameterized
      *     type that cannot be instantiated for any reason
< prev index next >