Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit c75a510

Browse files
author
Adrian Cole
committed
Clarification
1 parent 0b11258 commit c75a510

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/src/main/java/io/opencensus/tags/TagContexts.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
* <p>This class returns {@link TagContextBuilder builders} that can be used to create the
2626
* implementation-dependent {@link TagContext}s.
2727
*
28-
* <p>Implementations may have different constraints and are free to require their own subtypes of
29-
* {@linkplain TagContext}. This means callers cannot assume the {@link #getCurrentTagContext()
30-
* current context} is the same instance as the one {@link #withTagContext(TagContext) placed into
31-
* scope}
28+
* <p>Implementations may have different constraints and are free to convert tag contexts to their
29+
* own subtypes. This means callers cannot assume the {@link #getCurrentTagContext() current
30+
* context} is the same instance as the one {@link #withTagContext(TagContext) placed into scope}.
3231
*/
3332
public abstract class TagContexts {
3433
private static final TagContexts NOOP_TAG_CONTEXTS = new NoopTagContexts();

0 commit comments

Comments
 (0)