Skip to content

Commit 7740740

Browse files
authored
Update CappedTypeAdapterFactory.kt
1 parent a5fc5c1 commit 7740740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/src/main/kotlin/spp/probe/services/common/serialize/CappedTypeAdapterFactory.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class CappedTypeAdapterFactory(val maxDepth: Int) : TypeAdapterFactory {
101101
private var maxMemorySize: Long = -1
102102

103103
@JvmStatic
104-
fun setInstrumentation(instrumentation: Instrumentation?) {
104+
fun setInstrumentation(instrumentation: Instrumentation) {
105105
Companion.instrumentation = instrumentation
106106
}
107107

0 commit comments

Comments
 (0)