From 7f641df022b6372a8e69c70bafc333674f64268f Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Thu, 8 Feb 2024 15:47:34 -0800 Subject: [PATCH] Edit javadoc comment. Signed-off-by: AWSHurneyt --- src/test/kotlin/org/opensearch/commons/alerting/TestHelpers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/org/opensearch/commons/alerting/TestHelpers.kt b/src/test/kotlin/org/opensearch/commons/alerting/TestHelpers.kt index 2d5c04d5..688e41c6 100644 --- a/src/test/kotlin/org/opensearch/commons/alerting/TestHelpers.kt +++ b/src/test/kotlin/org/opensearch/commons/alerting/TestHelpers.kt @@ -604,7 +604,7 @@ fun randomFinding( /** * In the [Alert] data model, [Alert.clusters] can be null, or a List. - * @return This function will randomly return null, an empty list, or a list of 1-5 unique strings. + * @return This function will randomly return null, or a list of 1-5 unique strings. */ fun randomAlertClustersList(): List? { val clusterCount = (0..5).random()