-
Notifications
You must be signed in to change notification settings - Fork 533
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
Fixing empty Definitions #552
Conversation
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.
Please remove commented code. The build should run successfully after the next commit.
@@ -831,8 +831,8 @@ else if(!SCHEMA_KEYS.contains(key)) { | |||
result.extra(location, key, node.get(key)); | |||
} | |||
} | |||
if("{ }".equals(Json.pretty(impl))) | |||
return null; | |||
/*if("{ }".equals(Json.pretty(impl))) |
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.
No need to commit commented code. Git provides us with the history in case we need to look back.
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.
you are right! :)
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.
removed
Switch to openjdk7
Fixes issue #546