Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
chao2048 committed Feb 28, 2023
1 parent cc6b9ce commit 5ca5fc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/duke/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class TaskList {
public static void printLine() {
System.out.println("____________________________________________________________");
}
public TaskList() {
}

/**
* Add a new task to the list.
Expand Down

0 comments on commit 5ca5fc5

Please sign in to comment.