From 1fa0aba9dbbb5f62c77842ed976cee31b6ea66cf Mon Sep 17 00:00:00 2001 From: Anton Domnikov Date: Wed, 20 Sep 2017 16:26:00 +0300 Subject: [PATCH] CR fixes --- src/main/java/ru/touchin/templates/DeviceUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ru/touchin/templates/DeviceUtils.java b/src/main/java/ru/touchin/templates/DeviceUtils.java index 07ae9dd..3df2cb0 100644 --- a/src/main/java/ru/touchin/templates/DeviceUtils.java +++ b/src/main/java/ru/touchin/templates/DeviceUtils.java @@ -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) {