garydgregory commented on pull request #760: URL: https://github.com/apache/commons-lang/pull/760#issuecomment-972246873
Hi @LeeKyoungIl Going back to basics: If `Foo` and `Bar` implement `equals()`/`hashCode()`, you don't need any of this. What am I missing? You cannot change `Foo` and `Bar`? If you cannot, then `EqualsBuilder` is your friend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
