You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/14 14:13:10 UTC

[camel] branch master updated: Camel-Opentracing: Removed useless/wrong import

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

acosentino 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 9e983be  Camel-Opentracing: Removed useless/wrong import
9e983be is described below

commit 9e983be72ee87eefa4ab2a06656291b338f57099
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 14 15:12:42 2019 +0100

    Camel-Opentracing: Removed useless/wrong import
---
 .../org/apache/camel/opentracing/decorators/KafkaSpanDecoratorTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/decorators/KafkaSpanDecoratorTest.java b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/decorators/KafkaSpanDecoratorTest.java
index 0b731b3..9e70e19 100644
--- a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/decorators/KafkaSpanDecoratorTest.java
+++ b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/decorators/KafkaSpanDecoratorTest.java
@@ -19,7 +19,6 @@ package org.apache.camel.opentracing.decorators;
 import io.opentracing.mock.MockSpan;
 import io.opentracing.mock.MockTracer;
 
-import jdk.nashorn.internal.IntDeque;
 import org.apache.camel.Endpoint;
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;