Skip to content

Commit

Permalink
Add code authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
papataco14 committed Dec 2, 2023
1 parent 7931a88 commit 798fa1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/address/model/company/Deadline.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public int hashCode() {
return value.hashCode();
}

//@@author papataco14-reused
// The compareTo method was adapted from GitHub co-pilot suggestion
@Override
public int compareTo(Deadline other) {
if (other == null) {
Expand Down

0 comments on commit 798fa1d

Please sign in to comment.