< prev index next >

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

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

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