Fix JavaDocs

This commit is contained in:
Andrzej Pomirski 2013-01-30 17:57:48 +01:00
parent 7ff0b98b94
commit 8af9ae3e56

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();