Skip to content

Commit

Permalink
Make JavaType#getManagedReference() read-write again
Browse files Browse the repository at this point in the history
For now this needs to be kept as read-write.
  • Loading branch information
knutwannheden committed Oct 5, 2024
1 parent 383f377 commit d63ca04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public interface JavaType {
JavaType[] EMPTY_JAVA_TYPE_ARRAY = new JavaType[0];

// TODO: To be removed with OpenRewrite 9
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
default @Nullable Integer getManagedReference() {
return null;
}
Expand Down

0 comments on commit d63ca04

Please sign in to comment.