Skip to content

Commit

Permalink
Tidy TaskManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluiexo authored and Pluiexo committed Feb 21, 2024
1 parent e3e249c commit 69abbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/plato/task/TaskManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class TaskManager {
private static final String RESPONSE_FIND = "Here are the matching tasks in your list";
private static final String RESPONSE_VIEW_DATES = "Here are the task scheduled on that date!!";

private static final String RESPONSE_EMPTY = "You have no tasks!!!! Add something to do peasant!! ";
private static final String RESPONSE_EMPTY = "You have no tasks!!!! Add something to do you peasant!! ";
private static final String RESPONSE_EMPTY_SEARCH = "Sorry I couldn't find anything that fits that search :(";
private final ArrayList<Task> items;
private boolean hasChanged = false;
Expand Down

0 comments on commit 69abbaa

Please sign in to comment.