Skip to content

Commit 4e6540e

Browse files
authored
Merge aea362f into ec4b353
2 parents ec4b353 + aea362f commit 4e6540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/core/FirebaseDataConnectImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ internal class FirebaseDataConnectImpl(
493493
override fun hashCode(): Int = System.identityHashCode(this)
494494

495495
override fun toString(): String =
496-
"FirebaseDataConnect(app=${app.name}, projectId=$projectId, config=$config, settings=$settings)"
496+
"zzyzx FirebaseDataConnect(app=${app.name}, projectId=$projectId, config=$config, settings=$settings)"
497497

498498
private data class EmulatedServiceSettings(val host: String, val port: Int)
499499
}

0 commit comments

Comments
 (0)