aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-11-19 03:04:21 +0800
committershedaniel <daniel@shedaniel.me>2023-11-19 03:04:21 +0800
commitb10f1308f5359ce73a9f4b899cf9516c4ad5388f (patch)
tree5b5700934ae88681918a620edc39754dbf82d496 /runtime/src/main
parent11b87fdd96f5542d646aa8f5136095917f207564 (diff)
downloadRoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.tar.gz
RoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.tar.bz2
RoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.zip
Support NeoForge
Diffstat (limited to 'runtime/src/main')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java
index 2f87b2295..e79c0231e 100644
--- a/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java
+++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java
@@ -31,8 +31,8 @@ import me.shedaniel.rei.impl.common.InternalLogger;
import me.shedaniel.rei.impl.common.entry.type.collapsed.CollapsibleEntryRegistryImpl;
import me.shedaniel.rei.impl.common.util.HashedEntryStackWrapper;
import net.minecraft.resources.ResourceLocation;
+import org.jetbrains.annotations.Nullable;
-import javax.annotation.Nullable;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;