mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
cleanup: replace functional with qualifier
GitOrigin-RevId: 9d2fa204087eb0e983885c70d787bc96f71ccfde
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9107e8a1b3
commit
292831365f
@@ -31,6 +31,6 @@ public class ClassImplementationsSearch implements QueryExecutor<PsiElement, Def
|
||||
return false;
|
||||
}
|
||||
|
||||
return FunctionalExpressionSearch.search(psiClass, scope).forEach(processor::process);
|
||||
return FunctionalExpressionSearch.search(psiClass, scope).forEach(processor);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user