Skip to content

Commit 4c83051

Browse files
committed
java-part for the snipper runner name adaptation
1 parent 6c92e3c commit 4c83051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RubyScript/src/org/knime/ext/jruby/RubyScriptNodeModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ protected RubyScriptNodeModel(int inNumInputs, int inNumOutputs, boolean snippet
191191
if (this.snippetMode) {
192192
buffer = new StringBuffer();
193193
buffer.append("end\n");
194-
buffer.append("snippetRunner &func\n");
194+
buffer.append("snippet_runner &func\n");
195195
scriptFooter = buffer.toString();
196196
}
197197
}

0 commit comments

Comments
 (0)