Corrected documentation (#26159)

This commit is contained in:
Seeta Ramayya 2019-01-17 12:16:52 +01:00 committed by Johannes Rudolph
parent 89a547f690
commit 67902d82bc
3 changed files with 6 additions and 6 deletions

View file

@ -752,8 +752,8 @@ public class IntegrationDocTest extends AbstractJavaTest {
new TestKit(system) {
{
// #source-queue
int bufferSize = 5;
int elementsToProcess = 3;
int bufferSize = 10;
int elementsToProcess = 5;
SourceQueueWithComplete<Integer> sourceQueue =
Source.<Integer>queue(bufferSize, OverflowStrategy.backpressure())