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

Change json dependency to use org.json #123

Open
wants to merge 6 commits into
base: nimak/add-werror
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'nimak/add-werror' into nimak/change-json-dep
nimakarimipour committed Mar 12, 2023
commit e7c2557475a6d8ed67030ccb022d7afce5411917
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ public Modification visit(NodeWithAnnotations<?> node, Range range) {
}

@Override
@SuppressWarnings("unchecked")
public JSONObject getJson() {
JSONObject res = super.getJson();
res.put("INJECT", false);
You are viewing a condensed version of this merge commit. You can view the full changes here.