Skip to content

Commit 3b18e73

Browse files
satween0xnm
andcommitted
Update dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/sampling/DeterministicSampler.kt
Co-authored-by: Nikita Ogorodnikov <4046447+0xnm@users.noreply.github.com>
1 parent f3791d8 commit 3b18e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-sdk-android-core/src/main/kotlin/com/datadog/android/core/sampling/DeterministicSampler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ open class DeterministicSampler<T : Any>(
9090

9191
/**
9292
* A constant value used as a multiplier for generating deterministic hash values
93-
* within the `DeterministicSampler` implementation. This value is a good number for
93+
* within the [DeterministicSampler] implementation. This value is a good number for
9494
* Knuth hashing (large, prime, fit in 64 bit long).
9595
*/
9696
const val SAMPLER_HASHER: ULong = 1111111111111111111u

0 commit comments

Comments
 (0)