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 07bb39ca0f Fix checkstyle violations
07bb39ca0f is described below

commit 07bb39ca0f5e3979a0a5cca220002c8469fe8d7a
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Mar 30 23:06:27 2023 -0400

    Fix checkstyle violations
---
 .../org/apache/cxf/systest/jaxrs/cdi/ServerFactoryDebugExtension.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/systests/cdi/cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/ServerFactoryDebugExtension.java
 
b/systests/cdi/cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/ServerFactoryDebugExtension.java
index b521f36917..2497d701c9 100644
--- 
a/systests/cdi/cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/ServerFactoryDebugExtension.java
+++ 
b/systests/cdi/cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/ServerFactoryDebugExtension.java
@@ -20,6 +20,7 @@
 package org.apache.cxf.systest.jaxrs.cdi;
 
 import java.util.stream.Collectors;
+
 import javax.inject.Singleton;
 
 import org.apache.cxf.jaxrs.JAXRSServerFactoryBean;

Reply via email to