Fix Javadoc in ServerInfo.getSocketAddress
This commit is contained in:
parent
68cc325ace
commit
4bb0fb67a8
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user