Skip to content

Commit bf4e191

Browse files
bhreinbBhréin Brannick
authored andcommitted
Track Current Processed Node In The Context Pr Feedback I
1 parent 2356a60 commit bf4e191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hubspot/jinjava/interpret/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public void close() {
735735
}
736736

737737
public Node getCurrentNode() {
738-
return this.currentNode;
738+
return currentNode;
739739
}
740740

741741
public void setCurrentNode(final Node currentNode) {

0 commit comments

Comments
 (0)