Skip to content
Snippets Groups Projects
Commit 542a09ab authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

better hashcode for identifiers

parent dc01ccda
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ object Common {
other.asInstanceOf[Identifier].globalId == this.globalId
}
override def hashCode: Int = id
override def hashCode: Int = globalId
override def toString: String = {
if(Settings.showIDs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment