Document com.intellij.psi.xml.XmlTokenType changes (#1440)

This commit is contained in:
Victor Turansky 2025-03-13 10:35:10 +02:00 committed by GitHub
parent 77760df690
commit 22a9169b92
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`. : To restore the old behavior, consider using `Dispatchers.EDT`.
See [](threading_model.md). See [](threading_model.md).
`com.intellij.psi.xml.XmlTokenType` class now interface
: Use `XmlTokenType` constants directly.
Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType` Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType`
: Update code usages. : Update code usages.