mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
fix compilation
This commit is contained in:
@@ -10,9 +10,10 @@ import org.jetbrains.annotations.NotNull;
|
||||
* @author irengrig
|
||||
*/
|
||||
public class LightIndexPatternSearcher extends IndexPatternSearcher {
|
||||
|
||||
@Override
|
||||
public boolean execute(@NotNull IndexPatternSearch.SearchParameters queryParameters,
|
||||
@NotNull Processor<? super IndexPatternOccurrence> consumer) {
|
||||
return executeImpl(queryParameters, consumer);
|
||||
public void processQuery(@NotNull IndexPatternSearch.SearchParameters queryParameters,
|
||||
@NotNull Processor<? super IndexPatternOccurrence> consumer) {
|
||||
executeImpl(queryParameters, consumer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user