This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 9ebf3d40ac Fix checkstyle
9ebf3d40ac is described below
commit 9ebf3d40ac6db1dc51aa49fd9e3a5c3129b252c9
Author: Daniel Kulp <[email protected]>
AuthorDate: Fri May 26 11:58:15 2023 -0400
Fix checkstyle
---
.../test/java/org/apache/cxf/systest/jaxws/JaxwsAsyncFailOverTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/JaxwsAsyncFailOverTest.java
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/JaxwsAsyncFailOverTest.java
index ef91332e86..7abe0ed7ca 100644
---
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/JaxwsAsyncFailOverTest.java
+++
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/JaxwsAsyncFailOverTest.java
@@ -38,8 +38,8 @@ import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
-import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
public class JaxwsAsyncFailOverTest extends AbstractBusClientServerTestBase {
static final String PORT = allocatePort(ServerNoBodyParts.class, 1);