Skip to content

Commit 15383a8

Browse files
committed
Update AbstractJdkHttpServerTest.java
1 parent fd3662a commit 15383a8

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
@@ -177,7 +177,7 @@ protected HttpServer setupServer() throws IOException {
177177

178178
@Override
179179
protected void stopServer(HttpServer server) {
180-
//I guess the server has trouble stopping?
180+
// I guess the server has trouble stopping?
181181
CompletableFuture.runAsync(() -> server.stop(1000));
182182
}
183183

0 commit comments

Comments
 (0)