From 4d8f008cb6823730b5e25fea559905a811d8ce32 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Wed, 28 Jun 2017 11:02:50 +0200 Subject: [PATCH] 2.x: add missing 'the' to the changed sentences of 5413 --- src/main/java/io/reactivex/Flowable.java | 38 +++++++++++----------- src/main/java/io/reactivex/Observable.java | 36 ++++++++++---------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/main/java/io/reactivex/Flowable.java b/src/main/java/io/reactivex/Flowable.java index aee5d536d2..2510d94a2d 100644 --- a/src/main/java/io/reactivex/Flowable.java +++ b/src/main/java/io/reactivex/Flowable.java @@ -151,8 +151,8 @@ public static int bufferSize() { * resulting sequence terminates immediately (normally or with all the errors accumulated till that point). * If that input source is also synchronous, other sources after it will not be subscribed to. *

- * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

*
Backpressure:
@@ -196,7 +196,7 @@ public static Flowable combineLatest(Publisher[] sources, * If that input source is also synchronous, other sources after it will not be subscribed to. *

* If there are no source Publishers provided, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * any items and without any calls to the combiner function. * *

*
Backpressure:
@@ -239,8 +239,8 @@ public static Flowable combineLatest(Function - * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *
*
Backpressure:
@@ -291,8 +291,8 @@ public static Flowable combineLatest(Publisher[] sources, * resulting sequence terminates immediately (normally or with all the errors accumulated till that point). * If that input source is also synchronous, other sources after it will not be subscribed to. *

- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

*
Backpressure:
@@ -336,8 +336,8 @@ public static Flowable combineLatest(Iterable - * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and - * without any calls to combiner function. + * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting any items and + * without any calls to the combiner function. * *
*
Backpressure:
@@ -386,8 +386,8 @@ public static Flowable combineLatest(Iterable - * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *
*
Backpressure:
@@ -433,7 +433,7 @@ public static Flowable combineLatestDelayError(Publisher[ * If that input source is also synchronous, other sources after it will not be subscribed to. *

* If there are no source Publishers provided, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * any items and without any calls to the combiner function. * *

*
Backpressure:
@@ -479,7 +479,7 @@ public static Flowable combineLatestDelayError(Function * If there are no source Publishers provided, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * any items and without any calls to the combiner function. * *
*
Backpressure:
@@ -526,8 +526,8 @@ public static Flowable combineLatestDelayError(Function - * If provided array of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *
*
Backpressure:
@@ -580,8 +580,8 @@ public static Flowable combineLatestDelayError(Publisher[ * resulting sequence terminates immediately (normally or with all the errors accumulated till that point). * If that input source is also synchronous, other sources after it will not be subscribed to. *

- * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

*
Backpressure:
@@ -626,8 +626,8 @@ public static Flowable combineLatestDelayError(Iterable - * If provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of source Publishers is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *
*
Backpressure:
diff --git a/src/main/java/io/reactivex/Observable.java b/src/main/java/io/reactivex/Observable.java index b575a9acb7..f8a82384cc 100644 --- a/src/main/java/io/reactivex/Observable.java +++ b/src/main/java/io/reactivex/Observable.java @@ -179,7 +179,7 @@ public static int bufferSize() { * If that input source is also synchronous, other sources after it will not be subscribed to. *

* If there are no ObservableSources provided, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * any items and without any calls to the combiner function. * *

* @@ -221,8 +221,8 @@ public static Observable combineLatest(Function - * If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -263,8 +263,8 @@ public static Observable combineLatest(Iterable - * If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -313,8 +313,8 @@ public static Observable combineLatest(Iterable - * If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -355,8 +355,8 @@ public static Observable combineLatest(ObservableSource[] * resulting sequence terminates immediately (normally or with all the errors accumulated till that point). * If that input source is also synchronous, other sources after it will not be subscribed to. *

- * If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -850,8 +850,8 @@ public static Observable combineLates * resulting sequence terminates immediately (normally or with all the errors accumulated till that point). * If that input source is also synchronous, other sources after it will not be subscribed to. *

- * If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

*
Scheduler:
@@ -894,7 +894,7 @@ public static Observable combineLatestDelayError(ObservableSource * If there are no ObservableSources provided, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * any items and without any calls to the combiner function. * *
*
Scheduler:
@@ -936,8 +936,8 @@ public static Observable combineLatestDelayError(Function - * If provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided array of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -988,8 +988,8 @@ public static Observable combineLatestDelayError(ObservableSource - * If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

* @@ -1031,8 +1031,8 @@ public static Observable combineLatestDelayError(Iterable - * If provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting - * any items and without any calls to combiner function. + * If the provided iterable of ObservableSources is empty, the resulting sequence completes immediately without emitting + * any items and without any calls to the combiner function. * *

*