se-edu/addressbook-level2

command.java: Remove unnecessary `;` at the end of function

Opened this issue · 0 comments

There is an unnecessary ; at the end of execute() function in Line 44

Noticed this while reviewing PR's for CS2103

public CommandResult execute(){
throw new UnsupportedOperationException("This method is to be implemented by child classes");
};