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 5a9022bc46 Fix checkstyle violations
5a9022bc46 is described below
commit 5a9022bc46ef264e7be5fd5651917f6ff49a1751
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Nov 20 17:16:23 2024 -0500
Fix checkstyle violations
---
.../java/org/apache/cxf/systest/hc/jaxrs/BookServerAsyncClient.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/systests/transports/src/test/java/org/apache/cxf/systest/hc/jaxrs/BookServerAsyncClient.java
b/systests/transports/src/test/java/org/apache/cxf/systest/hc/jaxrs/BookServerAsyncClient.java
index 671b8809b3..0abbb4d502 100644
---
a/systests/transports/src/test/java/org/apache/cxf/systest/hc/jaxrs/BookServerAsyncClient.java
+++
b/systests/transports/src/test/java/org/apache/cxf/systest/hc/jaxrs/BookServerAsyncClient.java
@@ -33,6 +33,8 @@ import javax.ws.rs.core.MultivaluedMap;
import javax.ws.rs.ext.MessageBodyReader;
import javax.ws.rs.ext.MessageBodyWriter;
+import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider;
+
import org.apache.cxf.Bus;
import org.apache.cxf.endpoint.Server;
import org.apache.cxf.helpers.IOUtils;
@@ -41,8 +43,6 @@ import
org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider;
import org.apache.cxf.jaxrs.provider.StreamingResponseProvider;
import org.apache.cxf.testutil.common.AbstractServerTestServerBase;
-import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider;
-
public class BookServerAsyncClient extends AbstractServerTestServerBase {
public static final String PORT =
allocatePort(BookServerAsyncClient.class);