Format interface method in RegionListener

This commit is contained in:
atomicint
2015-03-27 16:42:08 -04:00
parent eb8e4322b7
commit cff1184e33
@@ -18,6 +18,6 @@ public interface RegionListener {
* @param entity The affected {@link Entity}. * @param entity The affected {@link Entity}.
* @param type The type of {@link EntityUpdateType}. * @param type The type of {@link EntityUpdateType}.
*/ */
public abstract void execute(Region region, Entity entity, EntityUpdateType type); public void execute(Region region, Entity entity, EntityUpdateType type);
} }