mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2019.md: cleanup
This commit is contained in:
parent
240cdea9ee
commit
de6bdf51c8
@ -33,4 +33,4 @@ See the note on how to document new problems on the main page reference_guide/ap
|
||||
|
||||
| Change | How to deal with it |
|
||||
|---------|---------------------|
|
||||
| `com.intellij.sql.psi.SqlTokens.SQL_IDENT` field type changed from `com.intellij.sql.psi.impl.SqlTokenType` to `com.intellij.sql.psi.SqlTokenType` | In most of the cases it's enough to recompile the code. It may also be needed to check that the code doesn't rely on the field's type. |
|
||||
| `com.intellij.sql.psi.SqlTokens.SQL_IDENT` field type changed from `com.intellij.sql.psi.impl.SqlTokenType` to `com.intellij.sql.psi.SqlTokenType` | In most of the cases, it's enough to recompile the code. It may also be needed to check that the code doesn't rely on the field's type. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user