Skip to content

Commit

Permalink
Javadoc: Tracer is not simple (open-telemetry#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 authored and carlosalberto committed Dec 7, 2019
1 parent 2675c4f commit 9afb1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/opentelemetry/trace/Tracer.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import javax.annotation.concurrent.ThreadSafe;

/**
* Tracer is a simple, interface for {@link Span} creation and in-process context interaction.
* Tracer is the interface for {@link Span} creation and interaction with the in-process context.
*
* <p>Users may choose to use manual or automatic Context propagation. Because of that this class
* offers APIs to facilitate both usages.
Expand Down

0 comments on commit 9afb1e4

Please sign in to comment.