remove unused parameter in ProjectLevelVcsManagerImpl

This commit is contained in:
Sergey Ignatov 2019-01-22 15:37:59 +03:00 committed by GitHub
parent b604298fc6
commit 9ac84eed03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | | 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. | | `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)` |
## Changes in DataGrip and Database Tools plugin 2019.1 ## Changes in DataGrip and Database Tools plugin 2019.1