From 9ac84eed034b576d859d08e579c28d89ea558c6a Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Tue, 22 Jan 2019 15:37:59 +0300 Subject: [PATCH] remove unused parameter in ProjectLevelVcsManagerImpl --- reference_guide/api_changes/api_changes_list_2019.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index 8b85f8cd9..d7571fc19 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -20,6 +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.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy, VcsFileListenerContextHelper)` has been removed | Use `com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.(Project, FileStatusManager, FileIndexFacade, ProjectManager, DefaultVcsRootPolicy)` | ## Changes in DataGrip and Database Tools plugin 2019.1