mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ public class GuavaPredicatesUtil {
|
||||
if (typeElement != null) {
|
||||
final PsiType type = typeElement.getType();
|
||||
final PsiClass aClass = PsiTypesUtil.getPsiClass(type);
|
||||
if (aClass != null && GuavaLambda.PREDICATE.equals(aClass.getQualifiedName())) {
|
||||
if (aClass != null && GuavaLambda.PREDICATE.getClassQName().equals(aClass.getQualifiedName())) {
|
||||
expression = (PsiExpression)parParent.replace(expression);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user