Skip to content

Commit ff34d51

Browse files
authored
api: stabilize server.getListenerSockets (#10910)
1 parent 608bb84 commit ff34d51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/main/java/io/grpc/Server.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public int getPort() {
7171
* @throws IllegalStateException if the server has not yet been started.
7272
* @since 1.19.0
7373
*/
74-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/5332")
7574
public List<? extends SocketAddress> getListenSockets() {
7675
throw new UnsupportedOperationException();
7776
}

0 commit comments

Comments
 (0)