Removed trailing spaces.

This commit is contained in:
EvilSeph
2011-05-02 01:18:23 -04:00
parent d9593800e6
commit de28e15e50
2 changed files with 16 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ public class BlockListener implements Listener {
* Called when a block flows (water/lava)
*
* @param event Relevant event details
* @throws BukkitAuthorNagException
* @throws BukkitAuthorNagException
*/
public void onBlockFromTo(BlockFromToEvent event) {
onBlockFlow(event);