From d7561264b59b831027e859718e1a313a29e9fbb8 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 20 Dec 2016 12:17:05 +0100 Subject: [PATCH] Apply changes after CR --- .../owncloud/android/lib/common/OwnCloudClient.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/com/owncloud/android/lib/common/OwnCloudClient.java b/src/com/owncloud/android/lib/common/OwnCloudClient.java index 55f881f8..3cd60cbd 100644 --- a/src/com/owncloud/android/lib/common/OwnCloudClient.java +++ b/src/com/owncloud/android/lib/common/OwnCloudClient.java @@ -115,7 +115,7 @@ public class OwnCloudClient extends HttpClient { proxyPort = Integer.parseInt(proxyPortSt); } } catch (Exception e) { - // nothing to do here + Log_OC.w(TAG, "Proxy port could not be read, keeping default value " + proxyPort); } if (proxyHost != null && proxyHost.length() > 0) { @@ -166,11 +166,11 @@ public class OwnCloudClient extends HttpClient { /** * Requests the received method with the received timeout (milliseconds). - *

+ * * Executes the method through the inherited HttpClient.executedMethod(method). - *

+ * * Sets the socket and connection timeouts only for the method received. - *

+ * * The timeouts are both in milliseconds; 0 means 'infinite'; * < 0 means 'do not change the default' * @@ -200,7 +200,7 @@ public class OwnCloudClient extends HttpClient { /** * Requests the received method. - *

+ * * Executes the method through the inherited HttpClient.executedMethod(method). * * @param method HTTP method request. @@ -361,7 +361,7 @@ public class OwnCloudClient extends HttpClient { /** * Sets the root URI to the ownCloud server. - *

+ * * Use with care. * * @param uri