mirror of https://github.com/grpc/grpc-java.git
grpclb: fix unused variable lint
This commit is contained in:
parent
dccae9de33
commit
a3f979915b
|
|
@ -1399,6 +1399,7 @@ public class GrpclbLoadBalancerTest {
|
|||
deliverResolvedAddresses(grpclbResolutionList, grpclbResolutionAttrs);
|
||||
|
||||
assertEquals(1, fakeOobChannels.size());
|
||||
@SuppressWarnings("unused")
|
||||
ManagedChannel oobChannel = fakeOobChannels.poll();
|
||||
|
||||
// First balancer RPC
|
||||
|
|
|
|||
Loading…
Reference in New Issue