You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, none of the API classes implement equals, hashCode or toString() which makes mocking and comparing them to mocked copies difficult. Would you accept a pull request to implement these methods in at least RiakCommand but others may be required?
Right now, none of the API classes implement
equals,hashCodeortoString()which makes mocking and comparing them to mocked copies difficult. Would you accept a pull request to implement these methods in at leastRiakCommandbut others may be required?