We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fc5c1 commit 7740740Copy full SHA for 7740740
services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt
@@ -101,7 +101,7 @@ class CappedTypeAdapterFactory(val maxDepth: Int) : TypeAdapterFactory {
101
private var maxMemorySize: Long = -1
102
103
@JvmStatic
104
- fun setInstrumentation(instrumentation: Instrumentation?) {
+ fun setInstrumentation(instrumentation: Instrumentation) {
105
Companion.instrumentation = instrumentation
106
}
107
0 commit comments