Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmarsuhail committed May 9, 2022
1 parent df264b4 commit e989eec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public S3CachingInputStream(
LOG.debug("Created caching input stream for {} (size = {})", this.getName(), fileSize);
}

@Override
protected void initialize() {
super.initialize();
int bufferPoolSize = this.numBlocksToPrefetch + 1;
Expand Down

0 comments on commit e989eec

Please sign in to comment.