GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/29

    GUACAMOLE-5: Move common equals() / hashCode() of Identifiable 
implementations to base class

    To make developers lives easier, including my own, this change moves the 
common `equals()` and `hashCode()` of the `Identifiable` implementations used 
throughout the Guacamole API to a common base class: `AbstractIdentifiable`.
    
    The logic is identical to all past version of Guacamole. The code in 
question is simply no longer duplicated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/incubator-guacamole-client 
abstract-identifiable

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-client/pull/29.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #29
    
----
commit 31887264c5a7111d08b27c0651089daaae139dc4
Author: Michael Jumper <[email protected]>
Date:   2016-07-16T08:14:09Z

    GUACAMOLE-5: Move common identifier equals() / hashCode() of abstract 
Identifiable implementations to common base class.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to