mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 04:55:33 +01:00
Fix JavaDocs
This commit is contained in:
parent
7ff0b98b94
commit
8af9ae3e56
@ -31,8 +31,8 @@ public interface Economy {
|
|||||||
public boolean isEnabled();
|
public boolean isEnabled();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets name of permission method
|
* Gets name of economy method
|
||||||
* @return Name of Permission Method
|
* @return Name of Ecoomy Method
|
||||||
*/
|
*/
|
||||||
public String getName();
|
public String getName();
|
||||||
|
|
||||||
@ -196,4 +196,4 @@ public interface Economy {
|
|||||||
* @return if the account creation was successful
|
* @return if the account creation was successful
|
||||||
*/
|
*/
|
||||||
public boolean createPlayerAccount(String playerName);
|
public boolean createPlayerAccount(String playerName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user