Skip to content
Snippets Groups Projects
Commit 77af4938 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

[GR-2798] Fix class case in UpdateAttributes.

parents 1121a686 fd2aef1f
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,6 @@ public abstract class UpdateAttributes extends RBuiltinNode {
} else {
setClassNode.execute(res, UpdateAttr.convertClassAttrFromObject(value));
}
res = result;
} else if (attrName.equals(RRuntime.ROWNAMES_ATTR_KEY)) {
if (setRowNamesNode == null) {
CompilerDirectives.transferToInterpreterAndInvalidate();
......
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