Skip to content

Commit 481bf35

Browse files
committed
Reorder imports
1 parent 552ddbd commit 481bf35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/trace/src/main/java/io/opentelemetry/sdk/trace/export/BatchSpanProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import io.opentelemetry.sdk.trace.SpanProcessor;
1818
import io.opentelemetry.sdk.trace.data.SpanData;
1919
import io.opentelemetry.sdk.trace.internal.JcTools;
20-
import javax.annotation.Nullable;
2120
import java.util.ArrayList;
2221
import java.util.Collections;
2322
import java.util.List;
@@ -30,6 +29,7 @@
3029
import java.util.function.Supplier;
3130
import java.util.logging.Level;
3231
import java.util.logging.Logger;
32+
import javax.annotation.Nullable;
3333

3434
/**
3535
* Implementation of the {@link SpanProcessor} that batches spans exported by the SDK then pushes

0 commit comments

Comments
 (0)