Javadocs cleanup

This commit is contained in:
TfT_02
2013-08-10 20:10:45 +02:00
parent 4ff6b5fbc7
commit 90fcf35c34
20 changed files with 33 additions and 34 deletions

View File

@ -34,7 +34,7 @@ public class RepairManager extends SkillManager {
/**
* Handles notifications for placing an anvil.
*
* @param anvilID The item ID of the anvil block
* @param anvilId The item ID of the anvil block
*/
public void placedAnvilCheck(int anvilId) {
Player player = getPlayer();