Fix Javadoc in ServerInfo.getSocketAddress

This commit is contained in:
md_5 2020-01-20 16:05:23 +11:00
parent 68cc325ace
commit 4bb0fb67a8

View File

@ -33,9 +33,8 @@ public interface ServerInfo
InetSocketAddress getAddress(); InetSocketAddress getAddress();
/** /**
* Gets the connectable address this server. Implementations * Gets the connectable address for this server. Implementations expect this
* expect this to be used as the unique identifier per each instance of this * to be used as the unique identifier per each instance of this class.
* class.
* *
* @return the address for this server * @return the address for this server
*/ */