Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtr committed Apr 1, 2024
1 parent 621c852 commit 6862100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/main/java/seedu/address/model/person/Dob.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,4 @@ public boolean equals(Object other) {
public int hashCode() {
return value.hashCode();
}

// Todo: isValidDob

}
2 changes: 0 additions & 2 deletions src/main/java/seedu/address/model/person/Ic.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ public boolean equals(Object other) {
public int hashCode() {
return value.hashCode();
}

// Todo: isValidIc
}

0 comments on commit 6862100

Please sign in to comment.