mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2022.md: cleanup
This commit is contained in:
parent
d107e79db3
commit
74b5b64ec6
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user