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

Update serialVersionUID

This commit is contained in:
davigonz 2017-01-10 08:57:40 +01:00
parent 0fdc5694f1
commit 65c7fb1305

View File

@ -64,8 +64,8 @@ public class RemoteOperationResult implements Serializable {
/** Generated - should be refreshed every time the class changes!! */
;
private static final long serialVersionUID = 1129130415603799707L;
private static final long serialVersionUID = -1909603208238358633L;
private static final String TAG = RemoteOperationResult.class.getSimpleName();
public enum ResultCode {