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 (#794)
com.intellij.ide.IdeEventQueue.unsafeNonblockingExecute(Runnable) method removed
This commit is contained in:
parent
c517082ca7
commit
45b08d9c94
@ -101,6 +101,9 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
||||
`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.
|
||||
|
||||
`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
|
||||
|
||||
`com.intellij.codeInspection.javaDoc.JavaDocLocalInspection` class removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user