< prev index next >

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

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

*** 193,203 **** * determined by the two descriptors having equal kind, owner, name, and type * descriptor. * @param o a {@code DirectMethodHandleDescImpl} to compare to this * {@code DirectMethodHandleDescImpl} * @return {@code true} if the specified {@code DirectMethodHandleDescImpl} is ! * equals to this {@code DirectMethodHandleDescImpl}. */ @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; --- 193,203 ---- * determined by the two descriptors having equal kind, owner, name, and type * descriptor. * @param o a {@code DirectMethodHandleDescImpl} to compare to this * {@code DirectMethodHandleDescImpl} * @return {@code true} if the specified {@code DirectMethodHandleDescImpl} is ! * equal to this {@code DirectMethodHandleDescImpl}. */ @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false;
< prev index next >