File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1212,7 +1212,6 @@ private void handleInternalSubchannelState(ConnectivityStateInfo newState) {
1212
1212
}
1213
1213
1214
1214
@ Override
1215
- @ SuppressWarnings ("deprecation" )
1216
1215
public ConnectivityState getState (boolean requestConnection ) {
1217
1216
ConnectivityState savedChannelState = channelStateManager .getState ();
1218
1217
if (requestConnection && savedChannelState == IDLE ) {
@@ -1558,7 +1557,6 @@ protected ManagedChannelBuilder<?> delegate() {
1558
1557
1559
1558
checkState (!terminated , "Channel is terminated" );
1560
1559
1561
- @ SuppressWarnings ("deprecation" )
1562
1560
ResolvingOobChannelBuilder builder = new ResolvingOobChannelBuilder ();
1563
1561
1564
1562
return builder
You can’t perform that action at this time.
0 commit comments