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

bvahdat pushed a commit to branch CAMEL-18055
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/CAMEL-18055 by this push:
     new a3230cd3396 rename to AzureServiceBusSpanDecorator
a3230cd3396 is described below

commit a3230cd33966975d2c03aeada27ad848315473d7
Author: Babak Vahdat <[email protected]>
AuthorDate: Thu May 5 22:11:34 2022 +0200

    rename to AzureServiceBusSpanDecorator
---
 .../apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java   | 2 +-
 .../camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java
 
b/components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java
index 66c66d6a2da..504dbe6fc9e 100644
--- 
a/components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java
+++ 
b/components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java
@@ -23,7 +23,7 @@ import org.apache.camel.Endpoint;
 import org.apache.camel.Exchange;
 import org.apache.camel.tracing.SpanAdapter;
 
-public class ServiceBusSpanDecorator extends AbstractMessagingSpanDecorator {
+public class AzureServiceBusSpanDecorator extends 
AbstractMessagingSpanDecorator {
 
     static final String SERVICEBUS_CONTENT_TYPE = "contentType";
     static final String SERVICEBUS_CORRELATION_ID = "correlationId";
diff --git 
a/components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java
 
b/components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java
index 0c4d13ec340..84898700b51 100644
--- 
a/components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java
+++ 
b/components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java
@@ -28,7 +28,7 @@ import org.mockito.Mockito;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
-public class ServiceBusSpanDecoratorTest {
+public class AzureServiceBusSpanDecoratorTest {
 
     @Test
     public void testGetMessageId() {

Reply via email to