Rebased with reformat
This commit is contained in:
parent
ce34f4f537
commit
c212c2dd35
|
@ -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