We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123c9d7 commit aa2bab8Copy full SHA for aa2bab8
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
@@ -23,7 +23,7 @@ private constructor(
23
private val builder: CustomKeysAndValues.Builder,
24
) {
25
@Deprecated(
26
- "Do not construct this directly. Use [setCustomKeys] instead. To be removed in the next major release."
+ "Do not construct this directly. Use `setCustomKeys` instead. To be removed in the next major release."
27
)
28
constructor(crashlytics: FirebaseCrashlytics) : this(crashlytics, CustomKeysAndValues.Builder())
29
0 commit comments