Skip to content

Commit

Permalink
Duke A-Jar: JAR File created for v0.2 upgraded from v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicljr committed Feb 11, 2023
1 parent 19c9546 commit be2ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/duke/command/FindCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class FindCommand extends Command {
public FindCommand(String textCmd) {
super(textCmd);
}

@Override
public String execute(Ui ui, Storage storage, TaskList taskList) throws DukeException {
String[] commandSplit = textCmd.split(" ");
Expand Down

0 comments on commit be2ea3e

Please # to comment.