Rebased with reformat

This commit is contained in:
Tiago Garcia 2023-06-01 14:45:39 +01:00
parent 7475a2edc4
commit 50bae35bed
Signed by: TiagoRG
GPG Key ID: DFCD48E3F420DB42
1 changed files with 0 additions and 1 deletions

View File

@ -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);
} }
} }