Skip to content

Commit

Permalink
Fixes issue se-edu#347
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhanglee authored Dec 15, 2019
1 parent 157fcf1 commit 82763be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedu/addressbook/commands/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static String getMessageForPersonListShownSummary(List<? extends ReadOnly
*/
public CommandResult execute() {
throw new UnsupportedOperationException("This method is to be implemented by child classes");
};
}

/**
* Supplies the data the command will operate on.
Expand Down

0 comments on commit 82763be

Please sign in to comment.