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 0ac9487 Javadoc. 0ac9487 is described below commit 0ac94875e0f1019caa02fe8f6c691d0d8e3a19ff Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 7 18:17:08 2021 -0500 Javadoc. --- commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystem.java | 2 +- 1 file changed, 1 insertion(+), 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 cee63dd..7c817d9 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 @@ -179,7 +179,7 @@ public interface FileSystem { FileSystemManager getFileSystemManager(); /** - * Returns the accuracy of the last modification time. + * Returns the accuracy of the last modification time in milliseconds. * <p> * The local file provider is not very smart in figuring this out, for remote access to file systems the providers * typically don't know the value of the underlying real file system.