Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja committed Sep 29, 2023
1 parent a79072c commit 8dead06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ListCommand extends Command {

public static final String COMMAND_WORD = "list";

public static final String MESSAGE_SUCCESS = "Listed all persons";
public static final String MESSAGE_SUCCESS = "Listed all employees";


@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/person/Birthday.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Represents a Person's dob.
*/
public class Birthday {
public static final String MESSAGE_CONSTRAINTS =
public static final String MESSAGE_CONSTRAINTS =
"Invalid date of birth. Please provide date of birth with format: YYYY-MM-DD";

public final String dob;
Expand Down

0 comments on commit 8dead06

Please sign in to comment.