Skip to content

Commit 1189626

Browse files
committed
merge conflict
2 parents 277f047 + 9db3bc9 commit 1189626

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dynamic-control/src/main/java/io/opentelemetry/contrib/dynamic/sampler/DelegatingSampler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/**
1818
* A {@link Sampler} implementation that delegates sampling decisions to another {@link Sampler}
19-
* instance held in a volatile field. This allows the effective sampling strategy to be reconfigured
20-
* at runtime without rebuilding the {@code TracerSdkProvider} or recreating instrumented
21-
* components.
19+
* instance held in a volatile field. This allows the effective sampling strategy to be
20+
* reconfigured at runtime without rebuilding the {@code TracerSdkProvider} or recreating
21+
* instrumented components.
2222
*
2323
* <p>This class is thread-safe. All access to the current delegate sampler is performed through a
2424
* volatile reference, so sampling decisions and delegate updates may occur concurrently without

0 commit comments

Comments
 (0)