This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 77bacfa Fixed CS for Camel-Spring-Boot 77bacfa is described below commit 77bacfad048c00645383c4df64a2590f9df0d56d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 8 10:48:48 2019 +0100 Fixed CS for Camel-Spring-Boot --- .../java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java index 4760db2..20058a2 100644 --- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java +++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/util/CamelPropertiesHelper.java @@ -34,11 +34,11 @@ import static org.apache.camel.support.EndpointHelper.isReferenceParameter; */ public final class CamelPropertiesHelper { + private static final Logger LOG = LoggerFactory.getLogger(CamelContextHelper.class); + private CamelPropertiesHelper() { } - private static final Logger LOG = LoggerFactory.getLogger(CamelContextHelper.class); - /** * Sets the properties on the target bean. * <p/>