Skip to content

Commit

Permalink
Edit javadoc header to fit convention
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoMinWei committed Oct 6, 2023
1 parent fe60625 commit f7e4c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/neo/task/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public abstract class TaskList {
private static final ArrayList<Task> list = new ArrayList<>();

/**
* Getter for the list.
* Gets for the list.
*
* @return the list.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/neo/util/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void byeMessage() {
}

/**
* Return the input from the user.
* Returns the input from the user.
*
* @return The input from the user in CLI.
*/
Expand Down

0 comments on commit f7e4c85

Please sign in to comment.