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 c8886ed Remove trailing whitepsace. c8886ed is described below commit c8886ed07f7cf55c0646ba806a38d4e77ee5ec4b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 11:22:54 2021 -0500 Remove trailing whitepsace. --- .../org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java | 2 +- .../src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java | 4 ++-- .../java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java b/commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java index b6930bc..c371a4c 100644 --- a/commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java +++ b/commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java @@ -78,7 +78,7 @@ import org.w3c.dom.Node; * @since 2.0 */ public class WebdavFileObject extends HttpFileObject<WebdavFileSystem> { - + /** * An empty immutable {@code WebdavFileObject} array. */ diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java index 7bcabd5..b99a0c6 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java @@ -60,7 +60,7 @@ public interface FtpClient { boolean isConnected() throws FileSystemException; - // This interface should not leak Apache Commons NET types like FTPFile + // This interface should not leak Apache Commons NET types like FTPFile FTPFile[] listFiles(String relPath) throws IOException; boolean makeDirectory(String relPath) throws IOException; @@ -73,7 +73,7 @@ public interface FtpClient { * <p> * NOTE: not all remote FTP servers support {@code MDTM}. * </p> - * + * * @param relPath The relative path of the file object to execute {@code MDTM} command against * @return new {@code Instant} object containing the {@code MDTM} timestamp. * @throws IOException If the underlying FTP client encountered an error. diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java index f4de4a9..8ad023e 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http/HttpClientFactory.java @@ -139,5 +139,5 @@ public final class HttpClientFactory { return client; } - + }