We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3b150 commit bc24ae7Copy full SHA for bc24ae7
loader/src/main/java/com/fox2code/foxloader/launcher/FoxClassLoader.java
@@ -636,7 +636,7 @@ public static abstract class WrappedExtensions {
636
public abstract void info(String message);
637
}
638
639
- private static final class NullCheckedHashMap<K, V> extends HashMap<K, V> {
+ private static final class NullCheckedHashMap<K, V> extends LinkedHashMap<K, V> {
640
@Override
641
public V put(@NotNull K key,@NotNull V value) {
642
Objects.requireNonNull(key);
0 commit comments