Generated serialVersionUIDs updated
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 26 Jun 2013 07:23:53 +0000 (09:23 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 26 Jun 2013 07:23:53 +0000 (09:23 +0200)
src/com/owncloud/android/authentication/AccountUtils.java
src/com/owncloud/android/operations/RemoteOperationResult.java

index cfa00e3..591da01 100644 (file)
@@ -155,7 +155,8 @@ public class AccountUtils {
     \r
     public static class AccountNotFoundException extends AccountsException {\r
         \r
-        private static final long serialVersionUID = 4276870654168776992L;\r
+        /** Generated - should be refreshed every time the class changes!! */\r
+        private static final long serialVersionUID = -9013287181793186830L;\r
         \r
         private Account mFailedAccount; \r
                 \r
index 1fc0179..60cdcb2 100644 (file)
@@ -50,7 +50,7 @@ import com.owncloud.android.network.CertificateCombinedException;
 public class RemoteOperationResult implements Serializable {
 
     /** Generated - should be refreshed every time the class changes!! */
-    private static final long serialVersionUID = -7805531062432602444L;
+    private static final long serialVersionUID = 6106167714625712390L;
 
     
     private static final String TAG = "RemoteOperationResult";