Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkwat committed Apr 1, 2023
1 parent 381f2af commit 7aeb3d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ final class TracerShim implements Tracer {
TextMapPropagator textMapPropagator,
TextMapPropagator httpPropagator) {
this.provider = provider;
// hard code the version for instrumentation scope as no metadata class exists like for opencensus
// hard code the version for instrumentation scope as no metadata class exists like for
// opencensus
this.tracer = provider.get("opentracing-shim", "0.33.0");
this.propagation = new Propagation(textMapPropagator, httpPropagator);
this.scopeManagerShim = new ScopeManagerShim();
Expand Down

0 comments on commit 7aeb3d7

Please sign in to comment.