Skip to content

Commit

Permalink
api_changes_list_2019: fix constructor removed description.
Browse files Browse the repository at this point in the history
  • Loading branch information
serejke committed Feb 5, 2019
1 parent 5cd529b commit 2f12603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference_guide/api_changes/api_changes_list_2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the note on how to document new problems on the main page reference_guide/ap
| Change | How to deal with it |
|---------|---------------------|
| `kotlinx.coroutines.experimental` package removed | Bundled Kotlin library is updated to 1.3 so the plugins must [migrate](https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/) to the stable versions of coroutines. |
| The constructor `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.<init>(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` has been removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.<init>(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` |
| `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` constructor removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.<init>(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` |
| `com.intellij.injected.editor.DocumentWindow.injectedToHost(int, boolean)` abstract method added | Implement the method in DocumentWindow implementations |

## Changes in DataGrip and Database Tools plugin 2019.1
Expand Down

0 comments on commit 2f12603

Please sign in to comment.