Skip to content

Commit

Permalink
isExit corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiarena committed Feb 25, 2024
1 parent 396cf5c commit 11e9506
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/task/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ public String getStatusNum() {
}
}

// public String getTask() {
// return this.name;
// }

public String toString() {
return "[" + this.getStatusIcon() + "] " + this.name ;
}
Expand Down

0 comments on commit 11e9506

Please sign in to comment.