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 750a7f2 Fixed CS for camel-freemarker 750a7f2 is described below commit 750a7f2b83f898edb6a892476417291dc2b63965 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 17 15:40:04 2019 +0100 Fixed CS for camel-freemarker --- .../org/apache/camel/component/freemarker/FreemarkerComponent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerComponent.java b/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerComponent.java index 99355c9..de00a8d 100644 --- a/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerComponent.java +++ b/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerComponent.java @@ -23,11 +23,11 @@ import freemarker.cache.NullCacheStorage; import freemarker.cache.URLTemplateLoader; import freemarker.template.Configuration; import org.apache.camel.Endpoint; +import org.apache.camel.spi.Metadata; import org.apache.camel.spi.annotations.Component; import org.apache.camel.support.DefaultComponent; -import org.apache.camel.spi.Metadata; -import org.apache.camel.util.ObjectHelper; import org.apache.camel.support.ResourceHelper; +import org.apache.camel.util.ObjectHelper; /** * Freemarker component.