Merge pull request #352 from Acrobot/patch-1

Fix JavaDocs
This commit is contained in:
Nick Minkler 2013-01-30 11:02:02 -08:00
commit a0e3e42d7d
1 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ public interface Economy {
public boolean isEnabled();
/**
* Gets name of permission method
* @return Name of Permission Method
* Gets name of economy method
* @return Name of Ecoomy Method
*/
public String getName();
@ -196,4 +196,4 @@ public interface Economy {
* @return if the account creation was successful
*/
public boolean createPlayerAccount(String playerName);
}
}