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 7aa13e1 Javadoc. 7aa13e1 is described below commit 7aa13e1f26ac21f004a30f9e0e2ff8928dd76d4d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Apr 29 09:50:10 2019 -0400 Javadoc. --- .../java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java index 0148147..df43f91 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java @@ -61,7 +61,7 @@ public final class SftpClientFactory { * @param username The user's id. * @param password The user's password. * @param fileSystemOptions The FileSystem options. - * @return A Session. + * @return A Session, never null. * @throws FileSystemException if an error occurs. */ public static Session createConnection(final String hostname, final int port, final char[] username,