Fix incorrect Nullable annotation

This commit is contained in:
Sollace 2024-11-18 22:26:03 +00:00
parent 8d944a2dbf
commit 0eae17a8ae
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -1,6 +1,6 @@
package com.minelittlepony.unicopia.item;
import javax.annotation.Nullable;
import org.jetbrains.annotations.Nullable;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.player.PlayerEntity;