From 24981e51ebb58408666e06a5e1d099c6a6ca38dd Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:03:08 +1000 Subject: Fix: No more jline (#1498) --- .github/workflows/illegal-imports.txt | 1 + .../at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/illegal-imports.txt b/.github/workflows/illegal-imports.txt index 01d9739f7..4b09e1826 100644 --- a/.github/workflows/illegal-imports.txt +++ b/.github/workflows/illegal-imports.txt @@ -4,5 +4,6 @@ # at/hannibal2/skyhanni/ scala. +at/hannibal2/skyhanni/ jline. at/hannibal2/skyhanni/ io.github.moulberry.notenoughupdates.util.Constants at/hannibal2/skyhanni/ io.github.moulberry.notenoughupdates.events.SlotClickEvent diff --git a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java index b802b2281..e1f0a23c8 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java @@ -33,8 +33,8 @@ import at.hannibal2.skyhanni.features.slayer.SlayerProfitTracker; import at.hannibal2.skyhanni.utils.LorenzVec; import at.hannibal2.skyhanni.utils.NEUInternalName; import com.google.gson.annotations.Expose; -import jline.internal.Nullable; import net.minecraft.item.ItemStack; +import org.jetbrains.annotations.Nullable; import java.util.ArrayList; import java.util.HashMap; -- cgit