Skip to content

Commit 577dc69

Browse files
wu-shengCopilot
andauthored
Update apm-sniffer/apm-sdk-plugin/httpclient-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpclient/v5/HttpClientDoExecuteInterceptor.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e627d45 commit 577dc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm-sniffer/apm-sdk-plugin/httpclient-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpclient/v5/HttpClientDoExecuteInterceptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public abstract class HttpClientDoExecuteInterceptor implements InstanceMethodsA
4848
private static final ILog LOGGER = LogManager.getLogger(HttpClientDoExecuteInterceptor.class);
4949

5050
/**
51-
* Lazily-resolved, immutable set of ports that must not receive SkyWalking
52-
* propagation headers. Built once from
51+
* Lazily-resolved set of ports that must not receive SkyWalking
52+
* propagation headers. Built once from
5353
* {@link HttpClient5PluginConfig.Plugin.HttpClient5#PROPAGATION_EXCLUDE_PORTS}.
5454
*/
5555
private volatile Set<Integer> excludePortsCache;

0 commit comments

Comments
 (0)