Patch for org.apache.bcel.generic.BasicType
"Stephen Cheng" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello maintainers:
I am submitting this simple fix for the hashCode() to match with its
equals() implementation.
Here is the change for org.apache.bcel.generic.BasicType
public int hashCode() {
return type;
}
Best regards,
Stephen