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

[W6.1f][F10-B2] Chen Huijia #873

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[W6.1f][F10-B2] Chen Huijia #873

wants to merge 2 commits into from

Conversation

hj2304
Copy link

@hj2304 hj2304 commented Sep 24, 2017

LO: Abstract
added abstract method isMutating to Commands (since execute is already abstract)

@@ -15,5 +15,6 @@
public CommandResult execute() {
return new CommandResult(MESSAGE_EXIT_ACKNOWEDGEMENT);
}

@Override
public boolean isMutating() { return false; }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding standard violation:exclamation: One or more of these problems noticed:

  1. extra/missing spaces
  2. brace style problem
  3. missing braces
  4. name doesn't follow naming convention
  5. line too long

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 this pull request may close these issues.

2 participants