Skip to content

Commit 1de55e9

Browse files
committed
Update outdated comment
1 parent 4f224e9 commit 1de55e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/trino-filesystem/src/main/java/io/trino/filesystem/TrinoOutputFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ default void createExclusive(byte[] data)
6262
* <p>
6363
* If the file already exists, the method may fail or the file may be overwritten,
6464
* depending on the file system implementation.
65-
* For example, S3 does not support creating files exclusively, and performing an
65+
* For example, S3 used not to support creating files exclusively, and performing an
6666
* existence check before creating the file is both expensive and unnecessary for
6767
* locations that are expected to be unique.
6868
* <p>

0 commit comments

Comments
 (0)