Skip to content

Commit

Permalink
abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Nov 12, 2020
1 parent 8126ab4 commit 1229e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import datadog.trace.bootstrap.instrumentation.api.AgentSpan;
import datadog.trace.context.TraceScope.Continuation;

public class AbstractTracingListener<L> {
public abstract class AbstractTracingListener<L> {
protected final AgentSpan clientSpan;
protected final Continuation continuation;
protected final L listener;
Expand Down

0 comments on commit 1229e92

Please sign in to comment.