Skip to content

Commit 550f9f0

Browse files
committed
detekt
1 parent 07755f4 commit 550f9f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/EvaluationEventsProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internal class EvaluationEventsProcessor(
6363
*
6464
* @param flagKey the flag key
6565
* @param context the evaluation context (targeting key, attributes)
66-
* @param rumContext the RUM context (view ID, session ID, application ID)
66+
* @param ddContext the DD SDK context (including RUM fields such as view ID, application ID)
6767
* @param variantKey the variant/variation key, or null if not assigned
6868
* @param allocationKey the allocation key, or null if not assigned
6969
* @param reason the resolution reason indicating why this value was resolved

features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/EvaluationsFeature.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
package com.datadog.android.flags.internal
88

99
import android.content.Context
10+
import com.datadog.android.api.feature.Feature
1011
import com.datadog.android.api.feature.Feature.Companion.RUM_FEATURE_NAME
1112
import com.datadog.android.api.feature.FeatureContextUpdateReceiver
1213
import com.datadog.android.api.feature.FeatureSdkCore

0 commit comments

Comments
 (0)