mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2024.md: fix pattern
This commit is contained in:
parent
eec7e7cc4c
commit
275e1d15d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user