From 74b5b64ec6088c197a9aedc3944fb8428f9574d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 17 Oct 2022 11:16:16 +0200 Subject: [PATCH] api_changes_list_2022.md: cleanup --- reference_guide/api_changes_list_2022.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index b62b47c7d..ec483cb05 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -93,10 +93,10 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( : Must be implemented. `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 -: Avoid manually wrapping data sources +: Avoid manually wrapping data sources. ### TextMate Plugin 2022.3