update README
This commit is contained in:
parent
4471b077b1
commit
1381bf6b2a
2 changed files with 79 additions and 24 deletions
|
|
@ -134,6 +134,7 @@ public class AttributeEndpointsResourceProvider implements RealmResourceProvider
|
|||
.toList();
|
||||
})
|
||||
.flatMap(List::stream)
|
||||
// TODO: Ignore regex when empty
|
||||
.map(attribute -> {
|
||||
final Matcher matcher = attributeRegex.matcher(attribute);
|
||||
return matcher.find() ? attribute : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue