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
commit 4b31f415926e32d09bbae33b0e7a60ba1cd27dd5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 28 15:14:11 2022 -0400 Javadoc --- .../apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java index 8d156788..82a76603 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java @@ -24,6 +24,9 @@ import org.junit.Assert; import org.junit.Before; import org.junit.Test; +/** + * Tests {@link SftpFileSystem}. + */ public class SftpFileSystemGroupsTests { private SftpFileSystem fileSystem;