REQ-3540: rename
This commit is contained in:
parent
5c3b7e6bb1
commit
6d54ddbd4e
@ -20,8 +20,7 @@ public class ScopedCopyFileVisitor extends CopyFileVisitor {
|
||||
|
||||
@Override
|
||||
public WalkingDecision visit(ValueNode<IndexNode> node) {
|
||||
IndexNode indexNode = node.<IndexNode> asValueNode().getValue();
|
||||
IndexNode.setScope(indexNode, nodeScope);
|
||||
IndexNode.setScope(node.getValue(), nodeScope);
|
||||
return super.visit(node);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user