api_changes_list_2024.md: fix pattern

This commit is contained in:
Yann Cébron 2024-03-14 15:59:26 +01:00
parent eec7e7cc4c
commit 275e1d15d3

View File

@ -132,7 +132,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
`com.intellij.openapi.projectRoots.impl.SdkConfigurationUtil.createSdk(Collection<Sdk>, VirtualFile, SdkType, SdkAdditionalData, String)` method return type changed from `ProjectJdkImpl` to `Sdk`
: Update code usages.
`com.intellij.diff.editor.DiffVirtualFile` now extends `com.intellij.diff.editor.DiffViewerVirtualFile` and inherits its abstract method `com.intellij.diff.editor.DiffViewerVirtualFile#createViewer(Project)`
Class `com.intellij.diff.editor.DiffVirtualFile` now extends `com.intellij.diff.editor.DiffViewerVirtualFile` and inherits its abstract method `com.intellij.diff.editor.DiffViewerVirtualFile#createViewer(Project)`
: Update code usages.
`com.intellij.diff.tools.combined.CombinedDiffVirtualFile#getSourceId()` method removed.