mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fixes detekt error
This commit is contained in:
parent
9c1c87ba5d
commit
a5fd11c204
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ open class BehaviorDataSource<T>(private val defaultValue: T? = null) : MutableD
|
|||
/**
|
||||
* This datasource only emits all subsequent observed values to each subscriber.
|
||||
*
|
||||
* @property bufferSize number of buffered items before it starts dropping oldest. Should be at least 1
|
||||
* bufferSize - number of buffered items before it starts dropping oldest. Should be at least 1
|
||||
*/
|
||||
open class PublishDataSource<T>(bufferSize: Int = 10) : MutableDataSource<T> {
|
||||
|
||||
|
|
Loading…
Reference in a new issue