General cleanup (deprecated+whitespace)

This commit is contained in:
Erik Broes
2011-02-02 00:02:08 +01:00
parent 74929091b9
commit 8039c05c9f
27 changed files with 224 additions and 244 deletions

View File

@@ -22,7 +22,7 @@ public class BlockDamageEvent extends BlockEvent implements Cancellable {
/**
* Returns the player doing the damage
*
*
* @return
*/
public Player getPlayer() {
@@ -31,7 +31,7 @@ public class BlockDamageEvent extends BlockEvent implements Cancellable {
/**
* Returns the level of damage to the block
*
*
* @return
*/
public BlockDamageLevel getDamageLevel() {