Minor cleanup

This commit is contained in:
Erik Broes
2012-01-17 19:35:28 +01:00
parent d57776f058
commit 0062c83d81
10 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ import org.bukkit.entity.Entity;
* <li>Snow formed by a {@link org.bukkit.entity.Snowman}.</li>
* </ul>
*/
@SuppressWarnings("serial")
public class EntityBlockFormEvent extends BlockFormEvent {
private Entity entity;