File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/trace/src/test/java/io/opentelemetry/sdk/trace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public boolean isEndRequired() {
151151 private static class SimpleSpanOperation implements OperationUpdater {
152152 private final SdkTracer tracer ;
153153
154- public SimpleSpanOperation (SdkTracer tracer ) {
154+ private SimpleSpanOperation (SdkTracer tracer ) {
155155 this .tracer = tracer ;
156156 }
157157
@@ -168,7 +168,7 @@ public void update() {
168168
169169 private static class CountingSpanExporter implements SpanExporter {
170170
171- public final AtomicLong numberOfSpansExported = new AtomicLong ();
171+ private final AtomicLong numberOfSpansExported = new AtomicLong ();
172172
173173 @ Override
174174 public CompletableResultCode export (Collection <SpanData > spans ) {
You can’t perform that action at this time.
0 commit comments