Răsfoiți Sursa

Generated serialVersionUIDs updated

David A. Velasco 12 ani în urmă
părinte
comite
58733dfa12

+ 2 - 1
src/com/owncloud/android/authentication/AccountUtils.java

@@ -155,7 +155,8 @@ public class AccountUtils {
     
     public static class AccountNotFoundException extends AccountsException {
         
-        private static final long serialVersionUID = 4276870654168776992L;
+        /** Generated - should be refreshed every time the class changes!! */
+        private static final long serialVersionUID = -9013287181793186830L;
         
         private Account mFailedAccount; 
                 

+ 1 - 1
src/com/owncloud/android/operations/RemoteOperationResult.java

@@ -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";