Skip to content

Commit

Permalink
Remove a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Oct 28, 2024
1 parent e6d4493 commit 4599c85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void serializeToJSONiq(StringBuffer sb, int indent) {
}

public Expression getExitExpression() {
return exitExpression;
return this.exitExpression;
}

}

0 comments on commit 4599c85

Please sign in to comment.