couple more fixes to docs.

This commit is contained in:
Nick Minkler 2014-05-17 10:38:17 -07:00
parent af25ed40b1
commit b233d06c36

View File

@ -282,7 +282,7 @@ public interface Economy {
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
* @param playerName Name of player
* @param worldname Name of the world
* @param worldName Name of the world
* @param amount Amount to deposit
* @return Detailed response of transaction
*/
@ -293,6 +293,7 @@ public interface Economy {
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
* @param player to deposit to
* @param worldName name of the world
* @param amount Amount to deposit
* @return Detailed response of transaction
*/