From 7e7ded609d59fb74c22951d941729b4d6548dc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 7 Nov 2022 10:52:49 +0100 Subject: [PATCH] api_changes_list_2022.md: fix formatting --- reference_guide/api_changes_list_2022.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index 87966be83..64bd695f8 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -163,8 +163,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( ### Microservices Plugin 2022.3 -`com.intellij.microservices.url.inlay.UrlPathInlayAction.isAvailable(file: PsiFile, urlPathContext: UrlPathContext)` method parameter type changed from `com.intellij.microservices.url.references.UrlPathContext` -to `com.intellij.microservices.url.inlay.UrlPathInlayHint`. +`com.intellij.microservices.url.inlay.UrlPathInlayAction.isAvailable(file: PsiFile, urlPathContext: UrlPathContext)` method parameter type changed from `com.intellij.microservices.url.references.UrlPathContext` to `com.intellij.microservices.url.inlay.UrlPathInlayHint` : Use `com.intellij.microservices.url.inlay.UrlPathInlayHint.getContext` to obtain corresponding `UrlPathContext` instance. ## 2022.2