diff --git a/core/src/main/java/io/grpc/ManagedChannel.java b/core/src/main/java/io/grpc/ManagedChannel.java index 1c89ca44149..21eed273a73 100644 --- a/core/src/main/java/io/grpc/ManagedChannel.java +++ b/core/src/main/java/io/grpc/ManagedChannel.java @@ -73,9 +73,6 @@ public abstract class ManagedChannel extends Channel { /** * Gets the current connectivity state. Note the result may soon become outdated. * - *

Warning: this API is not yet implemented by the gRPC library (issue on github). - * * @param requestConnection if {@code true}, the channel will try to make a connection if it is * currently IDLE * @throws UnsupportedOperationException if not supported by implementation @@ -92,9 +89,6 @@ public ConnectivityState getState(boolean requestConnection) { * #getState}. If the states are already different, the callback will be called immediately. The * callback is run in the same executor that runs Call listeners. * - *

Warning: this API is not yet implemented by the gRPC library (issue on github). - * * @param source the assumed current state, typically just returned by {@link #getState} * @param callback the one-off callback * @throws UnsupportedOperationException if not supported by implementation