api_changes_list_2019.md: cleanup

This commit is contained in:
Yann Cébron 2019-02-06 12:20:00 +01:00
parent 240cdea9ee
commit de6bdf51c8

View File

@ -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. |