mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
AnnotatedElementsSearch.Parameters.isApproximate false by default (IDEA-161355)
This commit is contained in:
@@ -34,7 +34,7 @@ public class AnnotatedElementsSearch extends ExtensibleQueryFactory<PsiModifierL
|
||||
private final boolean myApproximate;
|
||||
|
||||
public Parameters(final PsiClass annotationClass, final SearchScope scope, Class<? extends PsiModifierListOwner>... types) {
|
||||
this(annotationClass, scope, true, types);
|
||||
this(annotationClass, scope, false, types);
|
||||
}
|
||||
|
||||
public Parameters(final PsiClass annotationClass, final SearchScope scope, boolean approximate, Class<? extends PsiModifierListOwner>... types) {
|
||||
|
||||
Reference in New Issue
Block a user