basho / riak-java-client

The Riak client for Java.
Apache License 2.0
267 stars 158 forks source link

Feature/clients 1063 equals implementations #696

Closed christopherfrieler closed 7 years ago

christopherfrieler commented 7 years ago

Added equals() and hashCode() to

Related Issue

CLIENTS-1063 (#695)

Motivation and Context

I need the implementations of equals() for mocking in the unit-tests of my client-code.

How Has This Been Tested?

Added brief unit-tests. Local build passes.

Types of changes

Checklist:

alexmoore commented 7 years ago

Thanks for the changes!