Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced Sling Query by Resource Visitor #319

Merged
merged 3 commits into from
Jun 17, 2021

Conversation

dprzybyl
Copy link
Collaborator

No description provided.

@dprzybyl dprzybyl merged commit bdacbc4 into master Jun 17, 2021
@@ -50,13 +45,26 @@

@Override
public List<Script> findAll(Predicate<Script> filter, ResourceResolver resolver) {
return findScripts(resolver).filter(filter)
.collect(Collectors.toList());
List<Script> scripts = new ArrayList<>();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If no of scripts is unknown probably LinkedList will be more accurate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants