Skip to content

Commit

Permalink
Fix Java CI Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
freddychenyouren2 committed Nov 26, 2023
1 parent 0aa007b commit 071b145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Dentist extends Person {
private long id;

// Solution below inspired and adapted from
// https://github.com/AY2223S2-CS2103T-F12-1/tp/blob/master/src/main/java/seedu/address/model/person/doctor/Doctor.java
// github.com/AY2223S2-CS2103T-F12-1/tp/blob/master/src/main/java/seedu/address/model/person/doctor/Doctor.java
/**
* Initializes {@code Dentist} object without {@code id}.
* Every field must be present and not null.
Expand Down

0 comments on commit 071b145

Please sign in to comment.