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 d08f2ee Javadoc. d08f2ee is described below commit d08f2eeba78bff3459d971c3b6d3797b92bf273b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Apr 27 13:18:54 2019 -0400 Javadoc. --- .../java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java index 6ceb588..fa59439 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java @@ -237,7 +237,7 @@ public class SftpFileSystem extends AbstractFileSystem { } /** - * Get the (numeric) group IDs. + * Gets the (numeric) group IDs. * * @return The numeric user ID * @throws JSchException If a problem occurs while retrieving the group ID. @@ -258,7 +258,7 @@ public class SftpFileSystem extends AbstractFileSystem { } /** - * Execute a command and returns the (standard) output through a StringBuilder. + * Executes a command and returns the (standard) output through a StringBuilder. * * @param command The command * @param output The output