api_changes_list_2022.md: cleanup

This commit is contained in:
Yann Cébron 2022-10-17 11:16:16 +02:00
parent d107e79db3
commit 74b5b64ec6

View File

@ -93,10 +93,10 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
: Must be implemented. : Must be implemented.
`com.intellij.database.psi.DbDataSourceImpl.getDelegate()` method return type changed from DatabaseSystem to RawDataSource `com.intellij.database.psi.DbDataSourceImpl.getDelegate()` method return type changed from DatabaseSystem to RawDataSource
: Prefer `com.intellij.database.psi.DbDataSource.getDelegateDataSource()` : Prefer `com.intellij.database.psi.DbDataSource.getDelegateDataSource()`.
`com.intellij.database.psi.DbPsiFacadeImpl.createDataSourceWrapperElement(DasDataSource, DataSourceManager)` method parameter type changed from DasDataSource to RawDataSource `com.intellij.database.psi.DbPsiFacadeImpl.createDataSourceWrapperElement(DasDataSource, DataSourceManager)` method parameter type changed from DasDataSource to RawDataSource
: Avoid manually wrapping data sources : Avoid manually wrapping data sources.
### TextMate Plugin 2022.3 ### TextMate Plugin 2022.3