reta commented on code in PR #2062:
URL: https://github.com/apache/cxf/pull/2062#discussion_r1756786744
##########
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:
Accidental? :-)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]