Removed trailing spaces.

By: EvilSeph <evilseph@unaligned.org>
This commit is contained in:
Bukkit/Spigot
2011-05-02 01:18:23 -04:00
parent 709aa84d2f
commit 4baa59e20f
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);