< prev index next >

src/java.base/share/classes/java/lang/constant/DynamicConstantDesc.java

Print this page
rev 58428 : [mq]: XXXXXXX-typos

@@ -349,11 +349,11 @@
      * constant type.
      *
      * @param o the {@code DynamicConstantDesc} to compare to this
      *       {@code DynamicConstantDesc}
      * @return {@code true} if the specified {@code DynamicConstantDesc} is
-     *      equals to this {@code DynamicConstantDesc}.
+     *      equal to this {@code DynamicConstantDesc}.
      *
      */
     @Override
     public final boolean equals(Object o) {
         if (this == o) return true;
< prev index next >