Issue 625: use (even) better primes for hashcodes

This commit is contained in:
Roel Spilker
2014-01-19 21:49:35 +01:00
parent 2ab6cc809d
commit 14cc545276
34 changed files with 82 additions and 65 deletions
@@ -13,6 +13,7 @@ final class EqualsAndHashCode2 {
long y;
float f;
double d;
boolean b;
}
@lombok.EqualsAndHashCode(callSuper=false)