mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2022.md (#853)
This commit is contained in:
parent
31de5f7add
commit
ad5d8aef56
@ -107,6 +107,9 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
`com.intellij.vcs.log.VcsLogHighlighter.getStyle(int, VcsShortCommitDetails, boolean)` method removed
|
`com.intellij.vcs.log.VcsLogHighlighter.getStyle(int, VcsShortCommitDetails, boolean)` method removed
|
||||||
: Use `com.intellij.vcs.log.VcsLogHighlighter.getStyle(int, VcsShortCommitDetails, int, boolean)` instead.
|
: Use `com.intellij.vcs.log.VcsLogHighlighter.getStyle(int, VcsShortCommitDetails, int, boolean)` instead.
|
||||||
|
|
||||||
|
`com.intellij.AbstractBundle.getResourceBundle(java.lang.String, java.lang.ClassLoader)` method removed
|
||||||
|
: Use `com.intellij.DynamicBundle.getResourceBundle(java.lang.ClassLoader, java.lang.String)` instead
|
||||||
|
|
||||||
### Java Plugin 2022.2
|
### Java Plugin 2022.2
|
||||||
|
|
||||||
`com.intellij.codeInspection.javaDoc.JavaDocLocalInspection` class removed
|
`com.intellij.codeInspection.javaDoc.JavaDocLocalInspection` class removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user