1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Updated serial number for serialization of RemoteOperationResult

This commit is contained in:
David A. Velasco 2014-03-24 10:08:56 +01:00
parent 4572ca29e8
commit cfe6270c11

View File

@ -60,7 +60,7 @@ import android.util.Log;
public class RemoteOperationResult implements Serializable {
/** Generated - should be refreshed every time the class changes!! */;
private static final long serialVersionUID = 6160608497101537164L;
private static final long serialVersionUID = -9003837206000993465L;
private static final String TAG = "RemoteOperationResult";