Minor cleanup

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-17 19:35:28 +01:00
parent 85c66fd6f3
commit 33f366c08d
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;