mirror of https://github.com/grpc/grpc-java.git
core: fix tracking issue for port listener
This commit is contained in:
parent
dc5ec9743a
commit
c958cce744
|
|
@ -61,7 +61,7 @@ public abstract class Server {
|
||||||
* @throws IllegalStateException if the server has not yet been started.
|
* @throws IllegalStateException if the server has not yet been started.
|
||||||
* @since 1.19.0
|
* @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() {
|
public List<? extends SocketAddress> getListenSockets() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue