Deprecate some methods
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1855bf0649
commit
51980b97ef
3 changed files with 15 additions and 0 deletions
|
@ -157,7 +157,9 @@ public interface Server extends PluginMessageRecipient {
|
|||
* Get the name of this server.
|
||||
*
|
||||
* @return the name of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
public String getServerName();
|
||||
|
||||
/**
|
||||
|
@ -165,7 +167,9 @@ public interface Server extends PluginMessageRecipient {
|
|||
* that can be used for uniquely identifying this server.
|
||||
*
|
||||
* @return the ID of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
public String getServerId();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue