api_changes_list_2020.md: shorten

This commit is contained in:
Yann Cébron 2020-05-25 14:29:02 +02:00
parent 6ce683352a
commit bacca1258a

View File

@ -96,10 +96,10 @@ Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on h
: Update call sites accordingly.
`com.intellij.openapi.editor.markup.MarkupModel.addLineHighlighter(TextAttributesKey, int, int)` abstract method added
: Use it instead of `com.intellij.openapi.editor.markup.MarkupModel.addLineHighlighter(int, int, TextAttributes)`
: Use it instead of `MarkupModel.addLineHighlighter(int, int, TextAttributes)`
`com.intellij.openapi.editor.markup.MarkupModel.addRangeHighlighter(TextAttributesKey, int, int, int, HighlighterTargetArea)` abstract method added
: Use it instead of `com.intellij.openapi.editor.markup.MarkupModel.addRangeHighlighter(int, int, int, TextAttributes, HighlighterTargetArea)`
: Use it instead of `MarkupModel.addRangeHighlighter(int, int, int, TextAttributes, HighlighterTargetArea)`
### Java EE
Java EE plugins split