Repository: camel
Updated Branches:
  refs/heads/master 130bec905 -> 47fa4edd4


[CAMEL-10786] Removing redundant imports


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/47fa4edd
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/47fa4edd
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/47fa4edd

Branch: refs/heads/master
Commit: 47fa4edd4e569c6d69878b34c57862666578edbd
Parents: 130bec9
Author: Sergey Beryozkin <sberyoz...@gmail.com>
Authored: Wed Feb 22 11:53:20 2017 +0000
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Wed Feb 22 11:53:20 2017 +0000

----------------------------------------------------------------------
 .../apache/camel/component/azure/queue/QueueServiceEndpoint.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/47fa4edd/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
 
b/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
index 3f70804..b111cd3 100644
--- 
a/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
+++ 
b/components/camel-azure/src/main/java/org/apache/camel/component/azure/queue/QueueServiceEndpoint.java
@@ -20,10 +20,6 @@ import org.apache.camel.Component;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.component.azure.blob.BlobServiceConfiguration;
-import org.apache.camel.component.azure.blob.BlobServiceConsumer;
-import org.apache.camel.component.azure.blob.BlobServiceOperations;
-import org.apache.camel.component.azure.blob.BlobServiceProducer;
 import org.apache.camel.impl.DefaultEndpoint;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriEndpoint;

Reply via email to