We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552ddbd commit 481bf35Copy full SHA for 481bf35
1 file changed
sdk/trace/src/main/java/io/opentelemetry/sdk/trace/export/BatchSpanProcessor.java
@@ -17,7 +17,6 @@
17
import io.opentelemetry.sdk.trace.SpanProcessor;
18
import io.opentelemetry.sdk.trace.data.SpanData;
19
import io.opentelemetry.sdk.trace.internal.JcTools;
20
-import javax.annotation.Nullable;
21
import java.util.ArrayList;
22
import java.util.Collections;
23
import java.util.List;
@@ -30,6 +29,7 @@
30
29
import java.util.function.Supplier;
31
import java.util.logging.Level;
32
import java.util.logging.Logger;
+import javax.annotation.Nullable;
33
34
/**
35
* Implementation of the {@link SpanProcessor} that batches spans exported by the SDK then pushes
0 commit comments