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 b7ce2b2 commit 781412aCopy full SHA for 781412a
subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyEngine.java
@@ -164,7 +164,7 @@ public interface Cloner {
164
public GroovyEngine() {
165
sharedData = new Binding();
166
// for debugging
167
- sharedData.setVariable("engine", this);
+// sharedData.setVariable("engine", this);
168
classLoader = new EngineClassLoader();
169
shell = new GroovyShell(classLoader, sharedData);
170
for (String s : DEFAULT_IMPORTS) {
0 commit comments