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 2018/04/16 09:54:15 UTC

[camel] branch camel-2.21.x updated: Removed unused import

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

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


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new bfa3ecd  Removed unused import
bfa3ecd is described below

commit bfa3ecd06ad22197a3d2ce559bcedfba0f95866b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 16 11:46:00 2018 +0200

    Removed unused import
---
 camel-core/src/test/java/org/apache/camel/processor/SplitterTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/camel-core/src/test/java/org/apache/camel/processor/SplitterTest.java b/camel-core/src/test/java/org/apache/camel/processor/SplitterTest.java
index 5a2fab3..d84c55e 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/SplitterTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/SplitterTest.java
@@ -32,7 +32,6 @@ import org.apache.camel.Message;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.processor.aggregate.AggregationStrategy;
 import org.apache.camel.processor.aggregate.UseLatestAggregationStrategy;
 
 /**

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.