Skip to content

Commit 4f224e9

Browse files
committed
Hide S3OutputStream helper method
1 parent 3e42859 commit 4f224e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/trino-filesystem-s3/src/main/java/io/trino/filesystem/s3/S3OutputFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public OutputStream create(AggregatedMemoryContext memoryContext)
7474
return create(memoryContext, context.exclusiveWriteSupported());
7575
}
7676

77-
public OutputStream create(AggregatedMemoryContext memoryContext, boolean exclusive)
77+
private OutputStream create(AggregatedMemoryContext memoryContext, boolean exclusive)
7878
{
7979
return new S3OutputStream(memoryContext, uploadExecutor, client, context, location, exclusive, key);
8080
}

0 commit comments

Comments
 (0)