Cleaned up Javadoc comments.

This commit is contained in:
sk89q
2010-10-11 08:56:19 -07:00
parent eb70ac391a
commit 10703082ed
9 changed files with 81 additions and 68 deletions

View File

@@ -212,7 +212,7 @@ public class WorldEdit extends Plugin {
/**
* Called on right click.
*
* @param player
* @param modPlayer
* @param blockPlaced
* @param blockClicked
* @param itemInHand
@@ -264,9 +264,9 @@ public class WorldEdit extends Plugin {
/**
*
* @param player
* @param modPlayer
* @param split
* @return
* @return whether the command was processed
*/
@Override
public boolean onCommand(Player modPlayer, String[] split) {