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 f97d10f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ void loadSegmentIntoPageCacheInternal(DataSegment segment)
}
finally {
unlock(segment, lock);
log.info("loadOnDownload for segment[%s] complete!.", segment.getId());
}
}
}
Expand Down
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 f97d10f

Please sign in to comment.