Skip to content

Commit 241f34b

Browse files
authored
fix
1 parent 4d5a56f commit 241f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mods/Hileb/shotaasm/impl/groovy/ShotaGroovySandbox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ShotaGroovySandbox {
2020
Binding binding = new Binding(this.bindings);
2121
GroovyClassLoader classLoader;
2222

23-
public AbstractGroovySandbox() {
23+
public ShotaGroovySandbox() {
2424
importCustomizer = new ImportCustomizer();
2525
config = new CompilerConfiguration();
2626

0 commit comments

Comments
 (0)