File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
binder/src/androidTest/java/io/grpc/binder/internal Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 48
48
import io .grpc .internal .ClientStream ;
49
49
import io .grpc .internal .ClientStreamListener ;
50
50
import io .grpc .internal .ClientTransportFactory .ClientTransportOptions ;
51
+ import io .grpc .internal .DisconnectError ;
51
52
import io .grpc .internal .FixedObjectPool ;
52
53
import io .grpc .internal .ManagedClientTransport ;
53
54
import io .grpc .internal .ObjectPool ;
@@ -514,7 +515,7 @@ private static final class TestTransportListener implements ManagedClientTranspo
514
515
private final SettableFuture <Boolean > isTerminated = SettableFuture .create ();
515
516
516
517
@ Override
517
- public void transportShutdown (Status shutdownStatus ) {
518
+ public void transportShutdown (Status shutdownStatus , DisconnectError disconnectError ) {
518
519
if (!this .shutdownStatus .set (shutdownStatus )) {
519
520
throw new IllegalStateException ("transportShutdown() already called" );
520
521
}
You can’t perform that action at this time.
0 commit comments