Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 23, 2023
1 parent 6fccf36 commit ba1462e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public final class IsEmpty implements Matcher<ExpressionTree> {
.onDescendantOf("reactor.core.publisher.Flux")
.named("just")))));

/** Instantiates a new {@link IsEmpty} instance. */
public IsEmpty() {}

@Override
public boolean matches(ExpressionTree tree, VisitorState state) {
return isEmptyArrayCreation(tree)
Expand Down

0 comments on commit ba1462e

Please sign in to comment.