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

Fixing empty Definitions #552

Merged
merged 4 commits into from
Oct 17, 2017
Merged

Fixing empty Definitions #552

merged 4 commits into from
Oct 17, 2017

Conversation

gracekarina
Copy link
Contributor

Fixes issue #546

@gracekarina gracekarina self-assigned this Oct 17, 2017
@gracekarina gracekarina requested a review from webron October 17, 2017 14:20
@webron webron closed this Oct 17, 2017
@webron webron reopened this Oct 17, 2017
Copy link
Contributor

@webron webron left a 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)))
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you are right! :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@webron webron closed this Oct 17, 2017
@webron webron reopened this Oct 17, 2017
@webron webron merged commit 7592b52 into master Oct 17, 2017
@webron webron deleted the fix/issue-546 branch October 17, 2017 18:08
@gracekarina gracekarina mentioned this pull request Nov 21, 2017
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