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