Skip to content

Commit 94c6f33

Browse files
committed
use replace with
1 parent cc4a26f commit 94c6f33

File tree

1 file changed

+1
-1
lines changed
  • firebase-ai/src/main/kotlin/com/google/firebase/ai/type

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Voices.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import kotlinx.serialization.SerialName
2020
import kotlinx.serialization.Serializable
2121

2222
/** Various voices supported by the server */
23-
@Deprecated("Please use the Voice class instead.")
23+
@Deprecated("Please use the Voice class instead.", ReplaceWith("Voice"))
2424
@PublicPreviewAPI
2525
public class Voices private constructor(public val ordinal: Int) {
2626

0 commit comments

Comments
 (0)