CR fixes
This commit is contained in:
parent
e3edb0a7a7
commit
1fa0aba9db
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue