Skip to content

Commit

Permalink
api: stabilize server.getListenerSockets (#10910)
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Feb 9, 2024
1 parent 608bb84 commit ff34d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public int getPort() {
* @throws IllegalStateException if the server has not yet been started.
* @since 1.19.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5332")
public List<? extends SocketAddress> getListenSockets() {
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit ff34d51

Please sign in to comment.