minor fix

This commit is contained in:
Ilia Kurtov 2017-03-23 18:49:56 +03:00
parent d47ca44ab0
commit fad022af6a
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public abstract class TouchinService<TLogic extends Logic> extends Service imple
*
* @param completable {@link Single} to subscribe until onDestroy;
* @param onCompletedAction Action which will raise on {@link Completable.CompletableSubscriber#onCompleted()} item;
* @param onErrorAction Action which will raise on every {@link SingleSubscriber#onError(Throwable)} throwable;
* @param onErrorAction Action which will raise on every {@link Completable.CompletableSubscriber#onError(Throwable)} throwable;
* @return {@link Subscription} which is wrapping source completable to unsubscribe from it onDestroy.
*/
@NonNull