Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 22, 2024
1 parent e4f1cef commit a3ff4ec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.apache.commons.compress.compressors.CompressorException;
import org.apache.hc.core5.io.Closer;


/**
* A {@link FilterInputStream} that lazily initializes and applies decompression on the underlying input stream.
* This class supports multiple compression types and uses {@link CompressorFactory} to obtain the appropriate
Expand Down Expand Up @@ -211,4 +210,3 @@ public void reset() throws IOException {
initWrapper().reset();
}
}

0 comments on commit a3ff4ec

Please sign in to comment.