From d972d50296753c61b73249711b5326e4d96d145c Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Thu, 27 Jun 2019 21:43:57 +0300 Subject: [PATCH] small fix of FUS J2K merge conflict --- .../org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt index 0008e52fd7e..6a80d8c7d41 100644 --- a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt +++ b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt @@ -8,7 +8,9 @@ package org.jetbrains.kotlin.idea.statistics /* Note: along with adding a group to this enum you should also add its GROUP_ID to plugin.xml and get it whitelisted * (see https://confluence.jetbrains.com/display/FUS/IntelliJ+Reporting+API). * - * Default value for [events] parameter is intended for collectors which don't have yet a set of allowed values for FUS Whitelist + * Default value for [events] parameter is intended for collectors which + * 1. don't have yet a set of allowed values for FUS Whitelist + * 2. set of possible values is defined by enums in a feature's source code */ enum class FUSEventGroups(groupIdSuffix: String, val events: Set = setOf()) {