Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tshradheya opened this issue Feb 13, 2018 · 0 comments · May be fixed by #512
Open

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

tshradheya opened this issue Feb 13, 2018 · 0 comments · May be fixed by #512

Comments

@tshradheya
Copy link
Member

tshradheya commented Feb 13, 2018

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");
};

@tshradheya tshradheya changed the title command.java: Unnecessary ; at the end of function command.java: Remove unnecessary ; at the end of function Feb 13, 2018
dezhanglee added a commit to dezhanglee/addressbook-level2 that referenced this issue Dec 15, 2019
@dezhanglee dezhanglee linked a pull request Dec 17, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant