Skip to content

Commit 2719f97

Browse files
committed
hotfix for non-dev
1 parent be44f25 commit 2719f97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/falsepattern/lib/FalsePatternLib.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import net.minecraft.launchwrapper.LaunchClassLoader;
1313
import org.apache.logging.log4j.LogManager;
1414
import org.apache.logging.log4j.Logger;
15-
import scala.actors.threadpool.Arrays;
1615

1716
import javax.net.ssl.HttpsURLConnection;
1817
import java.io.*;
@@ -28,7 +27,6 @@ public class FalsePatternLib extends DummyModContainer {
2827
private static final Map<String, String> loadedLibraryMods = new HashMap<>();
2928
private static final Set<String> mavenRepositories = new HashSet<>();
3029

31-
@SuppressWarnings("unchecked")
3230
public FalsePatternLib() {
3331
super(new ModMetadata());
3432
libLog.info("All your libraries are belong to us!");

0 commit comments

Comments
 (0)