Skip to content

Commit 7893cb2

Browse files
committedFeb 14, 2023
Merge branch '1.0.x'
2 parents 8d977f6 + f57e13c commit 7893cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎micrometer-tracing/src/main/java/io/micrometer/tracing/handler/TracingObservationHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class TracingContext {
183183

184184
private Span span;
185185

186-
Map<Thread, CurrentTraceContext.Scope> scopes = new ConcurrentHashMap<>();
186+
private Map<Thread, CurrentTraceContext.Scope> scopes = new ConcurrentHashMap<>();
187187

188188
/**
189189
* Returns the span.

0 commit comments

Comments
 (0)