Skip to content

Commit 35a7340

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent 2d7d569 commit 35a7340

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/apache/commons/io/output/LockableFileWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
* <b>Note:</b> The lock file is deleted when {@link #close()} is called
3838
* - or if the main file cannot be opened initially.
3939
* In the (unlikely) event that the lock file cannot be deleted,
40-
* this is not reported, and subsequent requests using
41-
* the same lock file will fail.
40+
* an exception is thrown.
4241
* </p>
4342
* <p>
4443
* By default, the file will be overwritten, but this may be changed to append.

0 commit comments

Comments
 (0)