fix javadoc (code review comment)

(cherry picked from commit df385f67b74f864219fb9523b11fb6ce6642d33a)

IJ-CR-149437

GitOrigin-RevId: efa0ad5be97636cf845e3b988dacd8d00d20f0a6
This commit is contained in:
Sergey Pak
2024-11-15 12:53:48 +01:00
committed by intellij-monorepo-bot
parent 9ed3ab009e
commit e99203c8e2

View File

@@ -8,7 +8,7 @@ package com.intellij.platform.experiment.ab.impl.option
*
* The group size must be agreed with the analysts so that the result of the experiment is statistically significant.
*
* @see com.intellij.platform.experiment.ab.impl.experiment.ABExperiment.TOTAL_NUMBER_OF_GROUPS
* @see com.intellij.platform.experiment.ab.impl.experiment.ABExperimentImpl.TOTAL_NUMBER_OF_GROUPS
*/
@JvmInline
value class ABExperimentOptionGroupSize(val groupCount: Int) {