core: fix tracking issue for port listener

This commit is contained in:
Carl Mastrangelo 2019-02-07 11:07:44 -08:00 committed by GitHub
parent dc5ec9743a
commit c958cce744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<? extends SocketAddress> getListenSockets() {
throw new UnsupportedOperationException();
}