FUS-412 vcs: do not use same id for different collectors

GitOrigin-RevId: bae90d321d6f44f66dadb06b8ea11bdc5c7e4c11
This commit is contained in:
Aleksey Pivovarov
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent 3cec4c138f
commit 4e5cfd2358
@@ -12,7 +12,7 @@ import com.intellij.openapi.vcs.VcsShowConfirmationOption
import java.util.*
class VcsOptionsUsagesCollector : ProjectUsagesCollector() {
override fun getGroupId(): String = "vcs.configuration"
override fun getGroupId(): String = "vcs.settings"
override fun getVersion(): Int = 2
override fun getMetrics(project: Project): MutableSet<MetricEvent> {