You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/01/11 10:34:05 UTC

[camel] 03/03: CAMEL-13042: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 53185f0b221b899aacb3c379647a866a8f408a87
Author: Claus Ibsen <cl...@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 7cd2b66..c22cf5e 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
@@ -20,7 +20,6 @@ import java.io.File;
 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;