Skip to content

Commit

Permalink
make doProcessPostponedActions() private
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 18, 2025
1 parent 7736a94 commit baf43c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ public final Object run(final Context cx) {
protected abstract String getSourceCode(Context cx);
}

void doProcessPostponedActions() {
private void doProcessPostponedActions() {
holdPostponedActions_ = false;

final WebClient webClient = getWebClient();
Expand Down

0 comments on commit baf43c0

Please sign in to comment.