File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dd-java-agent/appsec/src/main/java/com/datadog/appsec/gateway Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313import datadog .trace .api .Config ;
1414import datadog .trace .api .http .StoredBodySupplier ;
1515import datadog .trace .api .internal .TraceSegment ;
16+ import datadog .trace .core .endpoint .EndpointResolver ;
1617import datadog .trace .util .Numbers ;
1718import datadog .trace .util .stacktrace .StackTraceEvent ;
1819import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
@@ -445,7 +446,7 @@ public String getOrComputeEndpoint() {
445446 if (!endpointComputed ) {
446447 if (httpUrl != null && !httpUrl .isEmpty ()) {
447448 try {
448- endpoint = datadog . trace . core . endpoint . EndpointResolver .computeEndpoint (httpUrl );
449+ endpoint = EndpointResolver .computeEndpoint (httpUrl );
449450 } catch (Exception e ) {
450451 endpoint = null ;
451452 }
You can’t perform that action at this time.
0 commit comments