From d2f470ffb5e4733e7e23c11e6779b919b5d15b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 6 Apr 2022 18:35:20 +0200 Subject: [PATCH] api_changes_list_2022.md: cleanup --- reference_guide/api_changes_list_2022.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index 31bc7875e..1235418eb 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -89,16 +89,16 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( ### Collaboration Tools 2022.2 `com.intellij.collaboration.auth.ui.AccountsListModelBase.notifyCredentialsChanged(A account)` method visibility changed from protected to private -: Method hidden for better incapsulation +: Method hidden for better encapsulation. `com.intellij.collaboration.auth.ui.AccountsPanelFactory.INSTANCE` field removed -: Factory is now a factory +: Factory is now a factory. `com.intellij.collaboration.auth.ui.LoadingAccountsDetailsProvider.DetailsLoadingResult` class removed -: Better API introduced in the form of `com.intellij.collaboration.auth.ui.AccountsDetailsLoader` +: Better API introduced in the form of `com.intellij.collaboration.auth.ui.AccountsDetailsLoader`. `com.intellij.collaboration.auth.ui.LoadingAccountsDetailsProvider` class removed -: Better API introduced in the form of `com.intellij.collaboration.auth.ui.AccountsDetailsLoader` +: Better API introduced in the form of `com.intellij.collaboration.auth.ui.AccountsDetailsLoader`. ## 2022.1