Skip to content

Commit b2d70f1

Browse files
committed
Update AbstractJdkHttpServerTest.java
1 parent fa0d41d commit b2d70f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/java-http-server/testing/src/main/java/io/opentelemetry/instrumentation/httpserver/AbstractJdkHttpServerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
import java.io.OutputStream;
2626
import java.net.InetSocketAddress;
2727
import java.nio.charset.StandardCharsets;
28-
import java.util.concurrent.CompletableFuture;
2928
import java.util.ArrayList;
3029
import java.util.Collections;
3130
import java.util.List;
3231
import java.util.Map;
32+
import java.util.concurrent.CompletableFuture;
3333
import java.util.concurrent.Executors;
3434

3535
public abstract class AbstractJdkHttpServerTest extends AbstractHttpServerTest<HttpServer> {

0 commit comments

Comments
 (0)