mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
FUS-412 vcs: do not use same id for different collectors
GitOrigin-RevId: bae90d321d6f44f66dadb06b8ea11bdc5c7e4c11
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3cec4c138f
commit
4e5cfd2358
+1
-1
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user