Skip to content

Commit

Permalink
refactor: Add missing @Override to overriding and implementing methods
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Sep 13, 2023
1 parent bfb105a commit bcf7a65
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ public class MavenLoggingMeterRegistry extends MeterRegistry {
public MavenLoggingMeterRegistry(Log log) {
super(Clock.SYSTEM);
this.log = log;
}

}

@Override
public void close() {
getMeters().stream()
.sorted((m1, m2) -> {
Expand Down

0 comments on commit bcf7a65

Please sign in to comment.