Skip to content

Commit

Permalink
Correct import symbols for open tracing bridge test.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Mar 8, 2023
1 parent 2bcdf54 commit ba29d89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import co.elastic.apm.agent.impl.context.Http;
import co.elastic.apm.agent.impl.context.web.ResultUtil;
import co.elastic.apm.agent.impl.transaction.Id;
import co.elastic.apm.agent.impl.transaction.Outcome;
import co.elastic.apm.agent.impl.transaction.TraceContext;
import co.elastic.apm.agent.impl.transaction.Transaction;
import co.elastic.apm.agent.tracer.Outcome;
import io.opentracing.Scope;
import io.opentracing.Span;
import io.opentracing.SpanContext;
Expand Down

0 comments on commit ba29d89

Please sign in to comment.