Skip to content

Commit 8e5301a

Browse files
authored
fix
1 parent b9f050a commit 8e5301a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/mods/Hileb/shotaasm/api/TransformerRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import top.outlands.foundation.boot.TransformerHolder;
99

1010
import java.util.*;
11-
11+
import java.util.function.*;
1212
import org.objectweb.asm.ClassReader;
1313
import org.objectweb.asm.ClassWriter;
1414
import org.objectweb.asm.tree.ClassNode;

src/main/java/mods/Hileb/shotaasm/impl/ShotaCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import mods.Hileb.shotaasm.api.IScriptCompiler;
44
import mods.Hileb.shotaasm.api.ScriptFile;
5-
import mods.Hileb.shotaasm.impl.compiler.Compiler;
5+
import mods.Hileb.shotaasm.impl.compiler.*;
66
import net.minecraft.launchwrapper.Launch;
77
import java.util.*;
88

0 commit comments

Comments
 (0)