We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157fcf1 commit 82763beCopy full SHA for 82763be
src/seedu/addressbook/commands/Command.java
@@ -41,7 +41,7 @@ public static String getMessageForPersonListShownSummary(List<? extends ReadOnly
41
*/
42
public CommandResult execute() {
43
throw new UnsupportedOperationException("This method is to be implemented by child classes");
44
- };
+ }
45
46
/**
47
* Supplies the data the command will operate on.
0 commit comments