Skip to content

Commit 2b6c44b

Browse files
carmenyhcopybara-github
authored andcommitted
Visibility change to KeyDescription.toJson
PiperOrigin-RevId: 797705332
1 parent 19c86a8 commit 2b6c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/testing/TestUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ private val gson =
107107
.registerTypeAdapter(PatchLevel::class.java, PatchLevelAdapter)
108108
.create()
109109

110-
internal fun KeyDescription.toJson() = gson.toJson(this)
110+
fun KeyDescription.toJson() = gson.toJson(this)
111111

112112
fun String.toKeyDescription() = gson.fromJson(this, KeyDescription::class.java)

0 commit comments

Comments
 (0)