Skip to content

Commit 62119b2

Browse files
authored
interop-testing: Update comment to round_robin. (grpc#9196)
1 parent f9e1c0f commit 62119b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop-testing/src/main/java/io/grpc/testing/integration/RpcBehaviorLoadBalancerProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* looks for an "rpc_behavior" field in its configuration and includes the value in the
3939
* "rpc-behavior" metadata entry that is sent to the server. This will cause the test server to
4040
* behave in a predefined way. Endpoint picking logic is delegated to the
41-
* {@link PickFirstLoadBalancer}.
41+
* {@link RoundRobinLoadBalancer}.
4242
*
4343
* <p>Initial use case is to prove that a custom load balancer can be configured by the control
4444
* plane via xDS. An interop test will configure this LB and then verify it has been correctly

0 commit comments

Comments
 (0)