< prev index next >

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

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

@@ -435,11 +435,11 @@
      * is 0, the supplied {@code initargs} array may be of length 0 or null.
      *
      * <p>If the constructor's declaring class is an inner class in a
      * non-static context, the first argument to the constructor needs
      * to be the enclosing instance; see section 15.9.3 of
-     * <cite>The Java&trade; Language Specification</cite>.
+     * <cite>The Java Language Specification</cite>.
      *
      * <p>If the required access and argument checks succeed and the
      * instantiation will proceed, the constructor's declaring class
      * is initialized if it has not already been initialized.
      *
< prev index next >