Skip to content

Commit

Permalink
Update rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dpozinen and github-actions[bot] authored Jul 18, 2024
1 parent 61ccc59 commit 963b35b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ public Json.JsonObject visitObject(Json.JsonObject obj, ExecutionContext ctx) {
return obj;
}

@NotNull
private Json.Literal valueLiteral() {
return new Json.Literal(randomId(), Space.build(" ", emptyList()), Markers.EMPTY, value, unQuote(value));
}

@NotNull
Expand Down

0 comments on commit 963b35b

Please sign in to comment.