API Changes 2019.3: fix EditorFactoryImpl entry

This commit is contained in:
Yann Cébron 2019-07-30 10:32:06 +02:00
parent 0fe10910d3
commit 11c4e0a53f

View File

@ -20,8 +20,8 @@ See the note on how to document new problems on the main page reference_guide/ap
`com.intellij.util.containers.ConcurrentHashSet` class removed
: Use `com.intellij.util.containers.ContainerUtil#newConcurrentSet` instead.
`constructor com.intellij.openapi.editor.impl.EditorFactoryImpl.<init>(com.intellij.openapi.editor.actionSystem.EditorActionManager)` constructor removed
: Use `constructor com.intellij.openapi.editor.impl.EditorFactoryImpl.<init>()` instead.
`com.intellij.openapi.editor.impl.EditorFactoryImpl(EditorActionManager)` constructor removed
: Use constructor `com.intellij.openapi.editor.impl.EditorFactoryImpl()` instead.
# 2019.2