This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 68f2de31b7752bd49b7898d7098b3bfe8e0d0bdb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 9 10:41:12 2019 +0100 CAMEL-13042: Polished --- .../main/java/org/apache/camel/component/file/GenericFileProducer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/camel-core/src/main/java/org/apache/camel/component/file/GenericFileProducer.java b/camel-core/src/main/java/org/apache/camel/component/file/GenericFileProducer.java index 3e84d66..df52f68 100644 --- a/camel-core/src/main/java/org/apache/camel/component/file/GenericFileProducer.java +++ b/camel-core/src/main/java/org/apache/camel/component/file/GenericFileProducer.java @@ -21,7 +21,6 @@ import java.util.Map; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; -import org.apache.camel.CamelExchangeException; import org.apache.camel.Exchange; import org.apache.camel.Expression; import org.apache.camel.impl.DefaultExchange;