csemaan1A commented on code in PR #2062:
URL: https://github.com/apache/cxf/pull/2062#discussion_r1756788395


##########
integration/tracing/tracing-opentelemetry/src/main/java/org/apache/cxf/tracing/opentelemetry/OpenTelemetryClientStartInterceptor.java:
##########
@@ -51,7 +51,7 @@ public OpenTelemetryClientStartInterceptor(final String 
phase, final OpenTelemet
     @Override
     public void handleMessage(Message message) throws Fault {
         final Map<String, List<String>> headers = CastUtils
-            .cast((Map<?, ?>)message.get(Message.PROTOCOL_HEADERS));
+                .cast((Map<?, ?>)message.get(Message.PROTOCOL_HEADERS));

Review Comment:
   yea, will revert it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to