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 40476b66bb Fix checkstyle violations
40476b66bb is described below
commit 40476b66bbc7f8913d335e0a9132180b5ad4c0e4
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Nov 22 11:00:13 2024 -0500
Fix checkstyle violations
---
.../org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
index 0077822842..e4e1f4b8ea 100644
---
a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
+++
b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
@@ -32,6 +32,7 @@ import javax.xml.ws.Endpoint;
import javax.xml.ws.Provider;
import javax.xml.ws.ServiceMode;
import javax.xml.ws.WebServiceProvider;
+
import org.apache.cxf.annotations.SchemaValidation;
import org.apache.cxf.ext.logging.LoggingInInterceptor;
import org.apache.cxf.ext.logging.LoggingOutInterceptor;