This is an automated email from the ASF dual-hosted git repository. davsclaus 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 05ff65d CAMEL-13042: Polished 05ff65d is described below commit 05ff65d5cebf1fa5172c59dd16359ed583c099ca 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 5182f60..316f8b9 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 @@ -22,7 +22,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.support.DefaultExchange;