Fix mapping stream codec
This commit is contained in:
parent
b4143a11d0
commit
58ce191680
@ -4,7 +4,7 @@ kotlin.code.style=official
|
||||
specifyKotlinAsDependency=false
|
||||
|
||||
projectGroup=ru.dbotthepony.kommons
|
||||
projectVersion=2.10.0
|
||||
projectVersion=2.10.1
|
||||
|
||||
guavaDepVersion=33.0.0
|
||||
gsonDepVersion=2.8.9
|
||||
|
@ -210,7 +210,7 @@ interface StreamCodec<V> {
|
||||
}
|
||||
|
||||
override fun copy(value: R): R {
|
||||
return copy(value)
|
||||
return copy.invoke(value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user