Fixed the build

This commit is contained in:
Marcin Grzejszczak
2017-10-16 09:33:45 +02:00
parent 587da24e8d
commit eb5a605152

View File

@@ -18,7 +18,7 @@ class ServerHttpRequestTextMap implements SpanTextMap {
ServerHttpRequestTextMap(ServerHttpRequest delegate) {
this.delegate = delegate;
this.additionalHeaders.put(ZipkinHttpSpanExtractor.URI_HEADER,
this.additionalHeaders.put(ZipkinHttpSpanMapper.URI_HEADER,
delegate.getPath().pathWithinApplication().value());
}