Skip to content

Commit

Permalink
Update Javadocs
Browse files Browse the repository at this point in the history
#TaskList.java and Ui.java updated javadocs.
  • Loading branch information
ChanWeiJie committed Jan 23, 2022
1 parent 942973e commit c9f80e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/duke/functionality/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.util.ArrayList;

import duke.task.Task;

/**
* Represents the Tasks of the Duke project. A <code> TaskList </code> object corresponds
* to the actions available on a Task object.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/duke/functionality/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void showError(String error) {

/**
* Returns a full command gotten from user input.
* @return string containing full command.
* @return full command.
* @throws BlankCommandException if user inputs nothing. Eg, " ".
*/
public String readCommand() throws BlankCommandException {
Expand Down

0 comments on commit c9f80e0

Please sign in to comment.