< prev index next >

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

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

*** 248,258 **** * invocation type. * * @param o the {@code DynamicCallSiteDesc} to compare to this * {@code DynamicCallSiteDesc} * @return {@code true} if the specified {@code DynamicCallSiteDesc} is ! * equals to this {@code DynamicCallSiteDesc}. */ @Override public final boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; --- 248,258 ---- * invocation type. * * @param o the {@code DynamicCallSiteDesc} to compare to this * {@code DynamicCallSiteDesc} * @return {@code true} if the specified {@code DynamicCallSiteDesc} is ! * equal to this {@code DynamicCallSiteDesc}. */ @Override public final boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false;
< prev index next >