mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 11:18:55 +03:00
Fixes detekt error on java doc
This commit is contained in:
parent
f3d7127f17
commit
9c1c87ba5d
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ open class BehaviorDataSource<T>(private val defaultValue: T? = null) : MutableD
|
|||
/**
|
||||
* This datasource only emits all subsequent observed values to each subscriber.
|
||||
*
|
||||
* @param bufferSize number of buffered items before it starts dropping oldest. Should be at least 1
|
||||
*
|
||||
* @property 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…
Add table
Reference in a new issue