Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rrva committed Nov 1, 2022
1 parent bc60241 commit b701a85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package io.opentelemetry.sdk.trace.internal;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.security.AccessController;
import java.security.PrivilegedAction;
import java.util.Queue;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;


public class JcToolsSecurityManagerTest {
Expand Down

0 comments on commit b701a85

Please sign in to comment.