Fixed a typo

This commit is contained in:
Marcin Grzejszczak
2017-09-14 17:33:43 +02:00
parent 5b6d039036
commit 5df9c2e37d

View File

@@ -242,7 +242,7 @@ public class ConvertToZipkinSpanListTests {
.shared(false)
.build();
span.stop();
Spans spans S= new Spans(this.host, Collections.singletonList(span));
Spans spans = new Spans(this.host, Collections.singletonList(span));
zipkin.Span result = ConvertToZipkinSpanList.convert(spans).get(0);