You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/23 14:00:52 UTC

[commons-io] 01/02: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 35a7340ec97adce552b92f8ec3fa8ec58b31b993
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 23 09:00:04 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/io/output/LockableFileWriter.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/output/LockableFileWriter.java b/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
index 28e04be..1956c2b 100644
--- a/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
+++ b/src/main/java/org/apache/commons/io/output/LockableFileWriter.java
@@ -37,8 +37,7 @@ import org.apache.commons.io.FileUtils;
  * <b>Note:</b> The lock file is deleted when {@link #close()} is called
  * - or if the main file cannot be opened initially.
  * In the (unlikely) event that the lock file cannot be deleted,
- * this is not reported, and subsequent requests using
- * the same lock file will fail.
+ * an exception is thrown.
  * </p>
  * <p>
  * By default, the file will be overwritten, but this may be changed to append.