unify some "Results might be incomplete during indexing" messages, fix grammar in related places

GitOrigin-RevId: f4f31dcadaf1945f950fe267e3def63ca623464c
This commit is contained in:
Peter Gromov
2020-09-24 14:17:49 +00:00
committed by intellij-monorepo-bot
parent ea8545e74e
commit 43ace6c0ea
10 changed files with 21 additions and 20 deletions
@@ -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
}
}