Skip to content

Commit

Permalink
Merge pull request #341 from papataco14/reuse-declaration
Browse files Browse the repository at this point in the history
Add code authorship
  • Loading branch information
AlagappanRa authored Dec 2, 2023
2 parents 7931a88 + 798fa1d commit d015422
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 d015422

Please sign in to comment.