From 8e9eb0b1ebaeba1510c609f68940bf61f0caa13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 21 Apr 2021 09:49:28 +0200 Subject: [PATCH] api_changes_list_2021.md: cleanup --- reference_guide/api_changes_list_2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index 34254a21d..4b94efb06 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -116,7 +116,7 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp : Project is now only accessible via `com.intellij.openapi.ui.playback.PlaybackContext.getProject()` since it may change during script execution. JSON Widget suppressor EP `com.intellij.json.jsonWidgetSuppressor` -: Override new method [`JsonWidgetSuppressor.isCandidateForSuppress(VirtualFile file, Project project)`](upsource:///json/src/com/jetbrains/jsonSchema/extension/JsonWidgetSuppressor.java) for quick check in EDT before `suppressSwitcherWidget()` is called on background thread. +: Override new method [`JsonWidgetSuppressor.isCandidateForSuppress(VirtualFile, Project)`](upsource:///json/src/com/jetbrains/jsonSchema/extension/JsonWidgetSuppressor.java) for quick check in EDT before `suppressSwitcherWidget()` is called on background thread. ### Changes in HTTP Client Plugin 2021.1