Document change in PrebuiltStubsProviderBase (#232)

This commit is contained in:
Stanislav Utikeev 2019-12-04 18:54:14 +03:00 committed by Yann Cébron
parent 8b50bcaf22
commit ec7fd7e0c8

View File

@ -73,3 +73,6 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
`com.intellij.codeInsight.TargetElementUtilBase` class removed
: Use `com.intellij.codeInsight.TargetElementUtil` instead.
`com.intellij.psi.stubs.PrebuiltStubsProviderBase` class now extends `com.intellij.index.PrebuiltIndexProvider` and inherits its abstract method `getIndexRoot()`
: Use `com.intellij.psi.stubs.PlatformPrebuiltStubsProviderBase` instead.