Skip to content

Commit

Permalink
Missing '@OverRide' annotation on 'getProducerName()' (apache#12196)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcheng10 authored Sep 29, 2021
1 parent 50d664f commit e526ccb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1923,6 +1923,7 @@ public ProducerStatsRecorder getStats() {
return stats;
}

@Override
public String getProducerName() {
return producerName;
}
Expand Down

0 comments on commit e526ccb

Please sign in to comment.