This commit is contained in:
Anton Domnikov 2017-09-20 16:26:00 +03:00
parent e3edb0a7a7
commit 1fa0aba9db
1 changed files with 2 additions and 2 deletions

View File

@ -199,9 +199,9 @@ public final class DeviceUtils {
}
/**
* Create an Observable that depends on network connection
* Create an Observable that depends on network connection.
*
* @param processObservable - Observable to which we subscribe in the availability of the Internet
* @param processObservable - Observable to which we subscribe in the availability of the Internet;
*/
@NonNull
public static Observable<?> createNetworkDependentObservable(@NonNull final Context context, @NonNull final Observable<?> processObservable) {