Missed a hard break

This commit is contained in:
Dinnerbone 2011-03-31 23:02:39 +01:00
parent 2362fc6511
commit 0d98e831cc

View File

@ -41,7 +41,7 @@ public class BlockListener implements Listener {
} }
// Prevent compilation of old signatures TODO: Remove after 1.4 // Prevent compilation of old signatures TODO: Remove after 1.4
@Deprecated public final void onBlockFlow(BlockFromToEvent event) {} @Deprecated public void onBlockFlow(BlockFromToEvent event) {}
/** /**
* Called when a block gets ignited * Called when a block gets ignited