This is an automated email from the ASF dual-hosted git repository.
reta 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 bb1a4ab523 Fix checkstyle violations
bb1a4ab523 is described below
commit bb1a4ab523c9b43fd2637612012498e73e584596
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 16 15:02:07 2024 -0500
Fix checkstyle violations
---
.../src/test/java/org/apache/cxf/systest/jaxrs/failover/CXF9052Test.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/CXF9052Test.java
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/CXF9052Test.java
index 8a5be7ec4d..b7c40df909 100644
---
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/CXF9052Test.java
+++
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/CXF9052Test.java
@@ -23,6 +23,7 @@ import java.util.List;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
+
import org.apache.cxf.clustering.FailoverFeature;
import org.apache.cxf.clustering.LoadDistributorFeature;
import org.apache.cxf.clustering.SequentialStrategy;