Added notification for failures in manual synchronizations; some improvements in...
[pub/Android/ownCloud.git] / src / com / owncloud / android / syncadapter / AbstractOwnCloudSyncAdapter.java
index ecb320e..db5a084 100644 (file)
@@ -148,8 +148,8 @@ public abstract class AbstractOwnCloudSyncAdapter extends
                 AccountAuthenticator.KEY_OC_URL));\r
     }\r
 \r
-    protected WebdavClient getClient() throws OperationCanceledException,\r
-            AuthenticatorException, IOException {\r
+    protected WebdavClient getClient() throws /*OperationCanceledException,\r
+            AuthenticatorException,*/ IOException {\r
         if (mClient == null) {\r
             if (this.getAccountManager().getUserData(getAccount(),\r
                     AccountAuthenticator.KEY_OC_URL) == null) {\r