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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new e3a3441 Javadoc.
e3a3441 is described below
commit e3a3441012895c0fec5bef60b8d13c7aa3e796e5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 7 18:15:51 2021 -0500
Javadoc.
---
commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java
index 33dda0f..cee63dd 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java
@@ -186,7 +186,8 @@ public interface FileSystem {
* </p>
*
* @return the accuracy of the last modification time in milliseconds. A
value of 0 means perfectly accurate,
- * anything {@literal > 0} might be off by this value. For
example, sftp has an accuracy of 1000 ms.
+ * anything {@literal > 0} might be off by this value. For
example, sftp has an accuracy of 1000
+ * milliseconds.
*/
double getLastModTimeAccuracy();
}