Skip to content

Commit 82763be

Browse files
authored
Fixes issue se-edu#347
1 parent 157fcf1 commit 82763be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seedu/addressbook/commands/Command.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static String getMessageForPersonListShownSummary(List<? extends ReadOnly
4141
*/
4242
public CommandResult execute() {
4343
throw new UnsupportedOperationException("This method is to be implemented by child classes");
44-
};
44+
}
4545

4646
/**
4747
* Supplies the data the command will operate on.

0 commit comments

Comments
 (0)