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 33a72bd commit a0a6646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static org.openrewrite.Tree.randomId;

@Value
@EqualsAndHashCode(callSuper = true)
@EqualsAndHashCode(callSuper = false)
public class AddKeyValue extends Recipe {

@Option(displayName = "Key path",
Expand Down

0 comments on commit a0a6646

Please sign in to comment.