Skip to content

Commit 4ebc0b4

Browse files
authored
Review fixes for netty-4.1:testing (open-telemetry#17556)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent a34d411 commit 4ebc0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/netty/netty-4.1/testing/src/main/java/io/opentelemetry/instrumentation/netty/v4_1/Netty41ClientExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void beforeAll(ExtensionContext context) {
6363
}
6464

6565
public Bootstrap buildBootstrap(boolean https, boolean readTimeout) {
66-
return buildBootstrap(eventLoopGroupSupplier.get(), https, readTimeout);
66+
return buildBootstrap(eventLoopGroup, https, readTimeout);
6767
}
6868

6969
private Bootstrap buildBootstrap(

0 commit comments

Comments
 (0)