Skip to content

Commit 8e7b242

Browse files
committed
fix copilot commit
1 parent 3a7ced0 commit 8e7b242

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/edu/umich/andykong/ptmshepherd

src/edu/umich/andykong/ptmshepherd/Mod.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ public String toString() {
1515

1616
public boolean equals(Mod other) {
1717
return this.position == other.position && this.mass == other.mass;
18+
}
19+
1820
@Override
1921
public boolean equals(Object o) {
2022
if (this == o)

0 commit comments

Comments
 (0)