Skip to content

Commit

Permalink
fix unstable ut
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 25, 2024
1 parent 8395a28 commit fcd9368
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public void foreach(ThrowingConsumer<TreeNode<NodeType>> func) throws AnalysisEx
child.foreach(func);
}
}

/** anyMatch */
public boolean anyMatch(Predicate<TreeNode<? extends NodeType>> func) {
if (func.apply(this)) {
Expand Down

0 comments on commit fcd9368

Please sign in to comment.