Rebased with reformat
This commit is contained in:
parent
7475a2edc4
commit
50bae35bed
|
@ -37,5 +37,4 @@ public class RainfallInfo {
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return date.hashCode() | location.hashCode() | Double.hashCode(rainfall);
|
return date.hashCode() | location.hashCode() | Double.hashCode(rainfall);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue