Created
October 18, 2012 15:07
-
-
Save kellegous/3912439 to your computer and use it in GitHub Desktop.
I start every Java project with this class...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public abstract class AbstractAbstractionEntity { | |
@Override public int hashCode() { return Object.class.hashCode(); } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment