Skip to content
Snippets Groups Projects
Commit 81c6183a authored by Mick Jordan's avatar Mick Jordan
Browse files

fix Eclipse DSL comple problem

parent 43a90314
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public abstract class UseMethod extends RBuiltinNode {
public abstract Object execute(VirtualFrame frame, final String generic, final Object o);
}
protected abstract static class ClassHierarchyNode extends UnaryNode {
public abstract static class ClassHierarchyNode extends UnaryNode {
public abstract RStringVector execute(VirtualFrame frame, Object arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment