Skip to content

Commit

Permalink
Add another missing @nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Nov 2, 2023
1 parent e0caf3f commit 35fc26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ public Builder ignoreMissingComponentTemplates(List<String> ignoreMissingCompone
return this;
}

public Builder deprecated(Boolean deprecated) {
public Builder deprecated(@Nullable Boolean deprecated) {
this.deprecated = deprecated;
return this;
}
Expand Down

0 comments on commit 35fc26b

Please sign in to comment.