Skip to content

Commit fd05885

Browse files
committed
Javadoc
1 parent 3277a07 commit fd05885

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3113,7 +3113,7 @@ private static void validateMoveParameters(final File source, final File destina
31133113
}
31143114

31153115
/**
3116-
* Waits for the file system to propagate a file creation, with a timeout.
3116+
* Waits for the file system to detect a file's presence, with a timeout.
31173117
* <p>
31183118
* This method repeatedly tests {@link Files#exists(Path, LinkOption...)} until it returns
31193119
* true up to the maximum time specified in seconds.

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ public static <T extends FileVisitor<? super Path>> T visitFileTree(final T visi
17851785
}
17861786

17871787
/**
1788-
* Waits for the file system to propagate a file creation, with a timeout.
1788+
* Waits for the file system to detect a file's presence, with a timeout.
17891789
* <p>
17901790
* This method repeatedly tests {@link Files#exists(Path,LinkOption...)} until it returns true up to the maximum time given.
17911791
* </p>

0 commit comments

Comments
 (0)