This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 5c77ab43e994166b4f0100ad480d8d1034203abe Author: Freeman Fang <[email protected]> AuthorDate: Thu Nov 21 21:48:03 2024 -0500 make checkstyle happy --- .../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;
