We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608bb84 commit ff34d51Copy full SHA for ff34d51
api/src/main/java/io/grpc/Server.java
@@ -71,7 +71,6 @@ public int getPort() {
71
* @throws IllegalStateException if the server has not yet been started.
72
* @since 1.19.0
73
*/
74
- @ExperimentalApi("https://github.com/grpc/grpc-java/issues/5332")
75
public List<? extends SocketAddress> getListenSockets() {
76
throw new UnsupportedOperationException();
77
}
0 commit comments