1 parent 3a7ced0 commit 8e7b242Copy full SHA for 8e7b242
1 file changed
src/edu/umich/andykong/ptmshepherd/Mod.java
@@ -15,6 +15,8 @@ public String toString() {
15
16
public boolean equals(Mod other) {
17
return this.position == other.position && this.mass == other.mass;
18
+ }
19
+
20
@Override
21
public boolean equals(Object o) {
22
if (this == o)
0 commit comments