Skip to content

Commit 2557c43

Browse files
committed
InferredProxySpanGroup should be static class to avoid unnecessary dependency on surrounding decorator
1 parent 9caf215 commit 2557c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/HttpServerDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
public abstract class HttpServerDecorator<REQUEST, CONNECTION, RESPONSE, REQUEST_CARRIER>
5757
extends ServerDecorator {
5858

59-
class InferredProxySpanGroup implements AgentSpan {
59+
static class InferredProxySpanGroup implements AgentSpan {
6060
private final AgentSpan inferredProxySpan;
6161
private final AgentSpan serverSpan;
6262

0 commit comments

Comments
 (0)