Repository: camel Updated Branches: refs/heads/master 1dfc3109f -> a055cd1ea
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a055cd1e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a055cd1e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a055cd1e Branch: refs/heads/master Commit: a055cd1ea876efb4096139945a48b088d48781ec Parents: 1dfc310 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu May 25 12:26:26 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu May 25 12:26:37 2017 +0200 ---------------------------------------------------------------------- .../ehcache/springboot/EhcacheComponentConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a055cd1e/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java index 4f7288d..e11b4f1 100644 --- a/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java @@ -19,7 +19,7 @@ package org.apache.camel.component.ehcache.springboot; import java.util.Map; import java.util.Set; import javax.annotation.Generated; - +import org.apache.camel.component.ehcache.EhcacheComponent; import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon; import org.ehcache.CacheManager; import org.ehcache.config.CacheConfiguration;