Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekrb19 committed Jun 4, 2024
1 parent a16d69e commit c262ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ private static class TestSegmentCacheManager extends NoopSegmentCacheManager
this.observedSegments = new ArrayList<>();
this.observedSegmentsLoadedIntoPageCache = new ArrayList<>();
this.observedSegmentsRemovedFromCache = new ArrayList<>();
this.observedShutdownBootstrapCount = new AtomicInteger(0);;
this.observedShutdownBootstrapCount = new AtomicInteger(0);
}

@Override
Expand Down

0 comments on commit c262ed4

Please sign in to comment.