Document inheritance removal for com.intellij.psi.xml.XmlElementType (#1437)

This commit is contained in:
Victor Turansky 2025-03-13 08:40:51 +02:00 committed by GitHub
parent 381e0f37b7
commit ba22c1da58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,9 @@ Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
: To restore the old behavior, consider using `Dispatchers.EDT`.
See [](threading_model.md).
Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType`
: Update code usages.
### External System 2025.1
`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface