This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.
from 0ac9487 Javadoc. new cdac89a Use Java 8 time APIs. new 0369902 Partial but changed application of PR https://github.com/apache/commons-vfs/pull/82 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/commons/vfs2/LastModifiedTests.java | 23 +++++--- .../provider/ftp/FtpProviderMdtmTestCase.java} | 19 +++---- .../provider/ftp/FtpProviderNoMdtmTestCase.java | 65 ++++++++++++++++++++++ 3 files changed, 87 insertions(+), 20 deletions(-) copy commons-vfs2/src/{main/java/org/apache/commons/vfs2/provider/http4s/Http4sFileProvider.java => test/java/org/apache/commons/vfs2/provider/ftp/FtpProviderMdtmTestCase.java} (67%) create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/FtpProviderNoMdtmTestCase.java