Skip to content

Commit

Permalink
Made CompressedStreamFactory package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Oct 25, 2024
1 parent ad78c2b commit 6e57be9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
import java.io.InputStream;
import java.io.PushbackInputStream;
import java.util.zip.GZIPInputStream;
import net.snowflake.client.core.SnowflakeJdbcInternalApi;
import net.snowflake.common.core.SqlState;
import org.apache.http.Header;

@SnowflakeJdbcInternalApi
public class CompressedStreamFactory {
class CompressedStreamFactory {

private static final int STREAM_BUFFER_SIZE = MB;

Expand Down

0 comments on commit 6e57be9

Please sign in to comment.