Update api_changes_list_2022.md (#794)

com.intellij.ide.IdeEventQueue.unsafeNonblockingExecute(Runnable) method removed
This commit is contained in:
Konstantin Bulenkov 2022-06-15 10:01:11 +02:00 committed by GitHub
parent c517082ca7
commit 45b08d9c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,9 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
`com.intellij.openapi.vcs.changes.ui.ChangesTreeList` class removed `com.intellij.openapi.vcs.changes.ui.ChangesTreeList` class removed
: Use `com.intellij.openapi.vcs.changes.ui.ChangesTree` or `com.intellij.openapi.vcs.changes.ui.ChangesTreeImpl` instead. : Use `com.intellij.openapi.vcs.changes.ui.ChangesTree` or `com.intellij.openapi.vcs.changes.ui.ChangesTreeImpl` instead.
`com.intellij.ide.IdeEventQueue.unsafeNonblockingExecute(Runnable)` method removed
: Method does not make sense anymore. See https://youtrack.jetbrains.com/issue/JBR-4328
### Java Plugin 2022.2 ### Java Plugin 2022.2
`com.intellij.codeInspection.javaDoc.JavaDocLocalInspection` class removed `com.intellij.codeInspection.javaDoc.JavaDocLocalInspection` class removed