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 655913b89664960e348115d19fe43404f77c7c1d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 28 15:13:35 2022 -0400

    Sort members
---
 .../apache/commons/vfs2/provider/sftp/SftpFileSystemGroupsTests.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f7cabaa1..8d156788 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
@@ -26,9 +26,9 @@ import org.junit.Test;
 
 public class SftpFileSystemGroupsTests {
 
+    private SftpFileSystem fileSystem;
     private final FileSystemOptions options = new FileSystemOptions();
     private Session session;
-    private SftpFileSystem fileSystem;
 
     @Before
     public void setup() throws JSchException {

Reply via email to