Skip to content

Commit

Permalink
fix final
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Oct 14, 2024
1 parent 6c4fd40 commit 4075bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Set<SpecMilestone> getSupportedMilestones() {
protected record SchemaProviderCreator<T>(
SpecMilestone milestone, BiFunction<SchemaRegistry, SpecConfig, T> creator) {

private SchemaProviderCreator<T> withMilestone(SpecMilestone milestone) {
private SchemaProviderCreator<T> withMilestone(final SpecMilestone milestone) {
return new SchemaProviderCreator<>(milestone, creator);
}

Expand Down

0 comments on commit 4075bba

Please sign in to comment.