This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d051da3 Camel-Azure-Storage-Blob: Fixed typo in Consumer
d051da3 is described below
commit d051da3e8ee0e99f826e6a5f021a39d326a2fc20
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Nov 15 13:25:29 2021 +0100
Camel-Azure-Storage-Blob: Fixed typo in Consumer
---
.../org/apache/camel/component/azure/storage/blob/BlobConsumer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConsumer.java
b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConsumer.java
index 37f1a9c..1cf39cd 100644
---
a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConsumer.java
+++
b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobConsumer.java
@@ -142,7 +142,7 @@ public class BlobConsumer extends
ScheduledBatchPollingConsumer {
exchange.adapt(ExtendedExchange.class).addOnCompletion(new
Synchronization() {
@Override
public void onComplete(Exchange exchange) {
- LOG.trace("Complected from processing all exchanges...");
+ LOG.trace("Completed from processing all exchanges...");
}
@Override