api_changes_list_2020.md: minor formatting

This commit is contained in:
Yann Cébron 2019-12-16 11:21:06 +01:00
parent b9d89220e1
commit 6b8d120aa1

View File

@ -75,8 +75,8 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
`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.
`com.intellij.psi.PsiElementVisitor` method `visitElement` parameter marked `@NotNull`.
`com.intellij.psi.PsiElementVisitor` method `visitElement` parameter marked `@NotNull`
: Remove `?`s in your Kotlin code.
`com.intellij.codeInspection.unused.ImplicitPropertyUsageProvider` method `isUsed` parameter marked `@NotNull`.
: Remove `?`s in your Kotlin code.
`com.intellij.codeInspection.unused.ImplicitPropertyUsageProvider` method `isUsed` parameter marked `@NotNull`
: Remove `?`s in your Kotlin code.