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:
parent
4572ca29e8
commit
cfe6270c11
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user