-
-
Notifications
You must be signed in to change notification settings - Fork 25
Implement analyzer for tim-from-marketing concept exercise
#270
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
Conversation
|
+cc @exercism/java |
kahgoh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! I think this generally looks good - just some minor formatting. Have you also created a PR to add the comment for use null literal in the website-copy?
| if (output.getComments().isEmpty()) { | ||
| output.addComment(new ExemplarSolution(EXERCISE_NAME)); | ||
|
|
||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if (output.getComments().isEmpty()) { | |
| output.addComment(new ExemplarSolution(EXERCISE_NAME)); | |
| } | |
| if (output.getComments().isEmpty()) { | |
| output.addComment(new ExemplarSolution(EXERCISE_NAME)); | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just created the PR!
kahgoh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Closes #114
ToDo: