From: David ‘Bombe’ Roden Date: Thu, 17 Jan 2013 14:41:50 +0000 (+0100) Subject: Replace utils’ HashCode by Java’s hashCode(). X-Git-Tag: 0.8.5^2~3^2~68 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=274784c1ae880b7cdc2bb7cf31d75e4092ec5653;hp=274784c1ae880b7cdc2bb7cf31d75e4092ec5653;p=Sone.git Replace utils’ HashCode by Java’s hashCode(). Actually, Collection.hashCode() is already required to calculate a “good” hashcode to fulfill the contract of equals() and hashCode(). ---