Skip to content

Commit 4bacc87

Browse files
VinayGuthalrlazo
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 87d4fb0 commit 4bacc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package com.google.firebase.vertexai.type
2525
public class LiveContentResponse
2626
internal constructor(
2727

28-
/** The main content data of the response. This can be null if there is no content. */
28+
/** The main content data of the response. This can be `null` if there is no content. */
2929
public val data: Content?,
3030

3131
/**

0 commit comments

Comments
 (0)