OpherV / gitflow4idea

Git Flow Integration plugin for IntelliJ
Apache License 2.0
504 stars 138 forks source link

298-fix-future-deprecation plain solution #307

Open enderteszla opened 4 years ago

enderteszla commented 4 years ago

Plain solution for this issue. GitflowTaskDialogPanelProvider now extends VcsTaskDialogPanelProvider instead of TaskDialogPanelProvider, not having to implement abstract TaskDialogPanel getOpenTaskPanel(@NotNull Project, @NotNull Task), because concrete method of VcsTaskDialogPanelProvider will be dropped at once with the abstract one -- us not having to cope with that.

Closes #298