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 488561d Fixed CS for endpoint DSL 488561d is described below commit 488561d229b389830c3af777b0da941a16d862f2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 17 16:10:14 2019 +0200 Fixed CS for endpoint DSL --- .../java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java index 45ee166..9faa1f4 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java @@ -16,6 +16,7 @@ */ package org.apache.camel.builder.endpoint; +// CHECKSTYLE:OFF import org.apache.camel.builder.endpoint.dsl.*; public interface EndpointBuilderFactory extends