Tracer#detach(Span) docs fix (#580)

This commit is contained in:
Kamil Szymański
2017-05-26 18:42:55 +02:00
committed by Marcin Grzejszczak
parent c558ac110f
commit 63c79033db

View File

@@ -103,7 +103,7 @@ public interface Tracer extends SpanAccessor {
void addTag(String key, String value);
/**
* Remove this span from the current thread, but don't stop it yet or send it for
* Remove this span from the current thread, but don't stop it yet nor send it for
* collection. This is useful if the span object is then passed to another thread for
* use with {@link Tracer#continueSpan(Span)}.
* <p>