Skip to content

Commit

Permalink
Track Current Processed Node In The Context Pr Feedback I
Browse files Browse the repository at this point in the history
  • Loading branch information
bhreinb authored and Bhréin Brannick committed Oct 4, 2021
1 parent 2356a60 commit bf4e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hubspot/jinjava/interpret/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ public void close() {
}

public Node getCurrentNode() {
return this.currentNode;
return currentNode;
}

public void setCurrentNode(final Node currentNode) {
Expand Down

0 comments on commit bf4e191

Please sign in to comment.