File tree 2 files changed +2
-3
lines changed
main/java/io/grpc/xds/client
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,7 @@ final class ControlPlaneClient {
100
100
SynchronizationContext syncContext ,
101
101
BackoffPolicy .Provider backoffPolicyProvider ,
102
102
Supplier <Stopwatch > stopwatchSupplier ,
103
- XdsClient xdsClient , // Has been replaced by xdsResponseHandler
104
- MessagePrettyPrinter messagePrinter ,
105
- int order ) {
103
+ MessagePrettyPrinter messagePrinter ) {
106
104
this .serverInfo = checkNotNull (serverInfo , "serverInfo" );
107
105
this .xdsTransport = checkNotNull (xdsTransport , "xdsTransport" );
108
106
this .xdsResponseHandler = checkNotNull (xdsResponseHandler , "xdsResponseHandler" );
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public void onResourceDoesNotExist(String resourceName) {
103
103
@ Mock
104
104
private XdsClient .ResourceWatcher <XdsRouteConfigureResource .RdsUpdate > rdsWatcher2 ;
105
105
106
+ @ SuppressWarnings ("unchecked" )
106
107
private XdsClient .ResourceWatcher <XdsClusterResource .CdsUpdate > raalCdsWatcher =
107
108
new XdsClient .ResourceWatcher <XdsClusterResource .CdsUpdate >() {
108
109
You can’t perform that action at this time.
0 commit comments