ProxyServer#getServerInfo -> ProxyServer#getServer

This commit is contained in:
Andrew Steinborn
2018-09-16 13:16:16 -04:00
parent e1b2dc0d43
commit 1f8152c3a5
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ public interface ProxyServer {
* @param name the name of the server
* @return the registered server, which may be empty
*/
Optional<RegisteredServer> getServerInfo(String name);
Optional<RegisteredServer> getServer(String name);
/**
* Retrieves all {@link RegisteredServer}s registered with this proxy.