Skip to content

Commit

Permalink
Update extensions/jackson/deployment/src/main/java/io/quarkus/jackson…
Browse files Browse the repository at this point in the history
…/deployment/IgnoreJsonDeserializeClassBuildItem.java

Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
  • Loading branch information
geoand and gastaldi committed Aug 29, 2022
1 parent 60fa985 commit 8cdfafc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public IgnoreJsonDeserializeClassBuildItem(List<DotName> dotNames) {
this.dotNames = dotNames;
}

@Deprecated
@Deprecated(forRemoval= true)
public DotName getDotName() {
return dotNames.get(0);
}
Expand Down

0 comments on commit 8cdfafc

Please sign in to comment.