Skip to content

Commit 1ecc3ff

Browse files
committed
Add hashCode back
1 parent 0314d1f commit 1ecc3ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/MemoryEagerGcSettings.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ public MemoryEagerGcSettings build() {
2929
}
3030
}
3131

32+
@Override
33+
public int hashCode() {
34+
return super.hashCode();
35+
}
36+
3237
@Override
3338
public boolean equals(@Nullable Object obj) {
3439
if (this == obj) return true;

0 commit comments

Comments
 (0)