Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Add Object2ObjectArrayMap to "DoNotMinimiseThese" class
- Fixes #1839
Dieser Commit ist enthalten in:
Ursprung
8094b68967
Commit
9762e4e220
@ -5,6 +5,7 @@ import it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap;
|
|||||||
import it.unimi.dsi.fastutil.longs.LongArraySet;
|
import it.unimi.dsi.fastutil.longs.LongArraySet;
|
||||||
import it.unimi.dsi.fastutil.longs.LongIterator;
|
import it.unimi.dsi.fastutil.longs.LongIterator;
|
||||||
import it.unimi.dsi.fastutil.longs.LongSet;
|
import it.unimi.dsi.fastutil.longs.LongSet;
|
||||||
|
import it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to prevent the above/below being removed from shaded/relocated dependencies via minimization
|
* Class to prevent the above/below being removed from shaded/relocated dependencies via minimization
|
||||||
@ -17,5 +18,6 @@ final class DoNotMiniseThese {
|
|||||||
private final LongIterator c = null;
|
private final LongIterator c = null;
|
||||||
private final LongSet d = null;
|
private final LongSet d = null;
|
||||||
private final Int2ObjectMap<?> e = null;
|
private final Int2ObjectMap<?> e = null;
|
||||||
|
private final Object2ObjectArrayMap<?, ?> f = null;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren