You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/28 19:18:30 UTC

[commons-vfs] 03/06: Javadoc

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 <ga...@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;