Skip to content

Commit 2ced129

Browse files
committed
fix exceedings
1 parent e94b877 commit 2ced129

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
*
1111
* @author
1212
*/
13-
/**
14-
* @author rss
15-
*
16-
*/
1713
public class RubyScriptNodeFactory extends NodeFactory<RubyScriptNodeModel> {
1814

1915
private RubyScriptNodeModel m_model;
@@ -48,14 +44,14 @@ public final int getNrNodeViews() {
4844
return 1;
4945
}
5046

51-
// /**
52-
// * {@inheritDoc}
53-
// */
54-
// @Override
55-
// public final NodeView<RubyScriptNodeModel> createNodeView(final int viewIndex,
56-
// final RubyScriptNodeModel nodeModel) {
57-
// return new RubyScriptNodeView(nodeModel);
58-
// }
47+
/**
48+
* {@inheritDoc}
49+
*/
50+
@Override
51+
public final NodeView<RubyScriptNodeModel> createNodeView(final int viewIndex,
52+
final RubyScriptNodeModel nodeModel) {
53+
return new RubyScriptNodeView(nodeModel);
54+
}
5955

6056
/**
6157
* {@inheritDoc}

0 commit comments

Comments
 (0)