Skip to content

Commit

Permalink
Edit javadoc comment.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 8, 2024
1 parent 9b38573 commit 7f641df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ fun randomFinding(

/**
* In the [Alert] data model, [Alert.clusters] can be null, or a List<String>.
* @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<String>? {
val clusterCount = (0..5).random()
Expand Down

0 comments on commit 7f641df

Please sign in to comment.