Fixed a typo
This commit is contained in:
@@ -512,7 +512,7 @@ public class Span implements SpanContext {
|
||||
|
||||
/**
|
||||
* Span and trace id got extracted from a carrier?
|
||||
* We are adding data to the same span created by a remote client2
|
||||
* We are adding data to the same span created by a remote client
|
||||
*
|
||||
* @since 1.3.0
|
||||
*/
|
||||
|
||||
@@ -242,7 +242,7 @@ public class ConvertToZipkinSpanListTests {
|
||||
.shared(false)
|
||||
.build();
|
||||
span.stop();
|
||||
Spans spans = new Spans(this.host, Collections.singletonList(span));
|
||||
Spans spans S= new Spans(this.host, Collections.singletonList(span));
|
||||
|
||||
zipkin.Span result = ConvertToZipkinSpanList.convert(spans).get(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user