Rebased with reformat

This commit is contained in:
Tiago Garcia 2023-06-01 14:45:39 +01:00
parent ce34f4f537
commit c212c2dd35
No known key found for this signature in database
GPG Key ID: F423E37A2415E160
1 changed files with 0 additions and 1 deletions

View File

@ -37,5 +37,4 @@ public class RainfallInfo {
public int hashCode() {
return date.hashCode() | location.hashCode() | Double.hashCode(rainfall);
}
}