mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
unify some "Results might be incomplete during indexing" messages, fix grammar in related places
GitOrigin-RevId: f4f31dcadaf1945f950fe267e3def63ca623464c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ea8545e74e
commit
43ace6c0ea
+1
-1
@@ -111,7 +111,7 @@ public abstract class JavaClassTreeElementBase<Value extends PsiElement> extends
|
||||
return isDeprecated() ? CodeInsightColors.DEPRECATED_ATTRIBUTES : null;
|
||||
}
|
||||
catch (IndexNotReadyException ignore) {
|
||||
return null; // do not show deprecated elements while indexing
|
||||
return null; // do not show deprecated elements during indexing
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user