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
commit 6d6708147fd7633aa657da324855d0f27f2b9700
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Fri Aug 2 14:56:56 2019 +0200
Removed unused imports
---
.../java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java
b/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java
index a66977d..f1c0d0b 100644
--- a/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java
+++ b/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinSpanReporterInRegistryTest.java
@@ -16,9 +16,7 @@
*/
package org.apache.camel.zipkin;
-import org.apache.camel.BindToRegistry;
import org.apache.camel.CamelContext;
-import org.apache.camel.impl.JndiRegistry;
import org.apache.camel.spi.Registry;
import org.apache.camel.support.SimpleRegistry;
import org.apache.camel.test.junit4.CamelTestSupport;
|