api_changes_list_2022.md: fix formatting

This commit is contained in:
Yann Cébron 2022-11-07 10:52:49 +01:00
parent 99bb064d91
commit 7e7ded609d

View File

@ -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