Skip to content

Commit

Permalink
Update AddressBookParser.java
Browse files Browse the repository at this point in the history
Fix missing Find Command ALIAS
  • Loading branch information
Happytreat committed Nov 12, 2018
1 parent 48199d9 commit 108cf3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public Command parseCommand(String userInput) throws ParseException {
case ClearCommand.COMMAND_WORD:
return new ClearCommand();

case FindCommand.ALIAS:
case FindCommand.COMMAND_WORD:
return new FindCommandParser().parse(arguments);

Expand Down

0 comments on commit 108cf3a

Please sign in to comment.