Wrong Nullable import

This commit is contained in:
Nick 2015-11-29 17:38:15 -08:00
parent ff055a33da
commit 3200683b74

View file

@ -6,7 +6,6 @@ import WayofTime.bloodmagic.api.event.AddToNetworkEvent;
import WayofTime.bloodmagic.api.event.SoulNetworkEvent;
import WayofTime.bloodmagic.api.util.helper.PlayerHelper;
import com.google.common.base.Strings;
import com.sun.istack.internal.Nullable;
import lombok.Getter;
import lombok.Setter;
import net.minecraft.entity.player.EntityPlayer;
@ -19,6 +18,8 @@ import net.minecraft.world.WorldSavedData;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.eventhandler.Event;
import javax.annotation.Nullable;
@Getter
@Setter
public class SoulNetwork extends WorldSavedData {