Skip to content

Commit

Permalink
mP1/walkingkooka#2718 CanBeEmpty#isNotEmpty FIX
Browse files Browse the repository at this point in the history
- mP1/walkingkooka#2718
- CanBeEmpty#isNotEmpty
  • Loading branch information
mP1 committed Oct 30, 2024
1 parent 90cd0cb commit 57e0958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public final String isMethodTypeNameSuffix() {
public final Predicate<String> isMethodIgnoreMethodFilter() {
return (m) -> m.equals("isRoot") ||
m.equals("isEmpty") ||
m.equals("canBeEmpty");
m.equals("isNotEmpty");
}

// TypeNameTesting..................................................................................................
Expand Down

0 comments on commit 57e0958

Please sign in to comment.