You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/apache-dubbo-2.7/library-autoconfigure/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/DubboHeadersGetter.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ public Iterable<String> keys(DubboRequest request) {
20
20
RpcInvocationinvocation = request.invocation();
21
21
try {
22
22
// In 2.7.6, 2.7.7, the StringToObjectMap implementation does not correctly retrieve the
23
-
// keySet.
24
-
// Therefore, it's advisable to always call getObjectAttachments when it is available.
23
+
// keySet. Therefore, it's advisable to always call getObjectAttachments when it is available.
0 commit comments