File tree 2 files changed +3
-3
lines changed
core/src/main/java/io/grpc
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
* @see <a href="https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md">
23
23
* more information</a>
24
24
*/
25
- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/28 " )
25
+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/4359 " )
26
26
public enum ConnectivityState {
27
27
/**
28
28
* The channel is trying to establish a connection and is waiting to make progress on one of the
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public abstract class ManagedChannel extends Channel {
78
78
* @throws UnsupportedOperationException if not supported by implementation
79
79
* @since 1.1.0
80
80
*/
81
- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/28 " )
81
+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/4359 " )
82
82
public ConnectivityState getState (boolean requestConnection ) {
83
83
throw new UnsupportedOperationException ("Not implemented" );
84
84
}
@@ -101,7 +101,7 @@ public ConnectivityState getState(boolean requestConnection) {
101
101
* @throws UnsupportedOperationException if not supported by implementation
102
102
* @since 1.1.0
103
103
*/
104
- @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/28 " )
104
+ @ ExperimentalApi ("https://github.com/grpc/grpc-java/issues/4359 " )
105
105
public void notifyWhenStateChanged (ConnectivityState source , Runnable callback ) {
106
106
throw new UnsupportedOperationException ("Not implemented" );
107
107
}
You can’t perform that action at this time.
0 commit comments