Skip to content

Commit

Permalink
corrected predicate example
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Mar 15, 2022
1 parent 5d6a839 commit 8e108f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Predicate<? super Map.Entry<String, String>> filterXProperties =
entry.getKey().startsWith("X");
Properties properties =
propertyAggregator.getPropertiesWithCustomPredicate(predicate);
propertyAggregator.getPropertiesWithCustomPredicate(filterXProperties);
```

## Setting default values
Expand Down

0 comments on commit 8e108f6

Please sign in to comment.