Fix docs for Source.queue (closes #23081)

This commit is contained in:
Heiko Seeberger 2017-06-02 10:40:54 +02:00
parent 4bdccd416f
commit b929565323

View file

@ -493,8 +493,6 @@ object Source {
* for downstream demand unless there is another message waiting for downstream demand, in that case
* offer result will be completed according to the overflow strategy.
*
* SourceQueue that current source is materialized to is for single thread usage only.
*
* @param bufferSize size of buffer in element count
* @param overflowStrategy Strategy that is used when incoming elements cannot fit inside the buffer
*/