Skip to content

Commit

Permalink
In-corporated the code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
subyssurendran666 committed Sep 25, 2024
1 parent dd6a1bb commit 32eb43c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ public int flushCommentsDefinedPriorTo(int position) {

@Override
protected void consumeExitTryBlock() {
super.flushCommentsDefinedPriorTo(this.scanner.currentPosition);
flushCommentsDefinedPriorTo(this.scanner.currentPosition);
super.consumeExitTryBlock();
}

protected int getCommentPtr() {
Expand Down

0 comments on commit 32eb43c

Please sign in to comment.