diff --git a/core/src/main/java/io/grpc/Server.java b/core/src/main/java/io/grpc/Server.java index 569326f229..b648a6e59f 100644 --- a/core/src/main/java/io/grpc/Server.java +++ b/core/src/main/java/io/grpc/Server.java @@ -61,7 +61,7 @@ public abstract class Server { * @throws IllegalStateException if the server has not yet been started. * @since 1.19.0 */ - @ExperimentalApi("https://github.com/grpc/grpc-java/issues/FIXME") + @ExperimentalApi("https://github.com/grpc/grpc-java/issues/5332") public List getListenSockets() { throw new UnsupportedOperationException(); }