Fixed a typo

This commit is contained in:
Marcin Grzejszczak
2017-09-14 17:15:30 +02:00
parent cfd3a619dd
commit 5b6d039036
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -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);