Skip to content

Commit

Permalink
Fix error-prone MissingOverride violation
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 1, 2024
1 parent 501ccd4 commit d2512df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public boolean isPerTaskWriterScalingEnabled()
return isPerTaskWriterScalingEnabled;
}

@Override
@JsonProperty
public Optional<Integer> perTaskMaxScaledWriterCount()
{
Expand Down

0 comments on commit d2512df

Please sign in to comment.