From 071b1456522bc07a5186d407baa58feab5188b4c Mon Sep 17 00:00:00 2001 From: freddychenyouren2 Date: Sun, 26 Nov 2023 16:41:55 +0800 Subject: [PATCH] Fix Java CI Issues --- src/main/java/seedu/address/model/person/dentist/Dentist.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/seedu/address/model/person/dentist/Dentist.java b/src/main/java/seedu/address/model/person/dentist/Dentist.java index 67c96951c0d..881ec2a0c67 100644 --- a/src/main/java/seedu/address/model/person/dentist/Dentist.java +++ b/src/main/java/seedu/address/model/person/dentist/Dentist.java @@ -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.