Skip to content

Commit 555417d

Browse files
steveraotrask
andauthored
Update instrumentation/apache-dubbo-2.7/testing/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/AbstractDubboTraceChainTest.java
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent bfd2a2c commit 555417d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/apache-dubbo-2.7/testing/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/AbstractDubboTraceChainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ void testDubboChainInJvm() throws ReflectiveOperationException {
388388
middleBootstrap
389389
.application(new ApplicationConfig("dubbo-demo-middle"))
390390
.service(configureServer()) // HelloService provider in same bootstrap
391-
.reference(clientReference) // HelloService consumer using injvm
391+
.reference(clientReference) // HelloService consumer using in-JVM calls
392392
.service(configureMiddleServer(clientReference)) // MiddleService provider
393393
.protocol(middleProtocolConfig)
394394
.start();

0 commit comments

Comments
 (0)