We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5a56f commit 241f34bCopy full SHA for 241f34b
src/main/java/mods/Hileb/shotaasm/impl/groovy/ShotaGroovySandbox.java
@@ -20,7 +20,7 @@ public class ShotaGroovySandbox {
20
Binding binding = new Binding(this.bindings);
21
GroovyClassLoader classLoader;
22
23
- public AbstractGroovySandbox() {
+ public ShotaGroovySandbox() {
24
importCustomizer = new ImportCustomizer();
25
config = new CompilerConfiguration();
26
0 commit comments