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 530433e4 Sort imports
530433e4 is described below

commit 530433e499b58de447c3af9f2df631c869011645
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 16:41:05 2024 -0400

    Sort imports
---
 .../apache/commons/vfs2/provider/smb/test/SmbProviderTestCase.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/commons-vfs2-sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/SmbProviderTestCase.java
 
b/commons-vfs2-sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/SmbProviderTestCase.java
index 58fa70a7..7b9e3adc 100644
--- 
a/commons-vfs2-sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/SmbProviderTestCase.java
+++ 
b/commons-vfs2-sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/SmbProviderTestCase.java
@@ -16,6 +16,9 @@
  */
 package org.apache.commons.vfs2.provider.smb.test;
 
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
 import org.apache.commons.vfs2.AbstractProviderTestConfig;
 import org.apache.commons.vfs2.FileObject;
 import org.apache.commons.vfs2.FileSystemManager;
@@ -27,9 +30,6 @@ import org.apache.commons.vfs2.impl.DefaultFileSystemManager;
 import org.apache.commons.vfs2.provider.smb.SmbFileProvider;
 import org.junit.jupiter.api.Assertions;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
 /**
  * Tests for the SMB file system.
  */

Reply via email to