Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fec7818a authored by davigonz's avatar davigonz Committed by AndyScherzinger
Browse files

Update serialVersionUID

# Conflicts:
#	src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
parent 5488d8c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* ownCloud Android Library is available under MIT license
 *   Copyright (C) 2015 ownCloud Inc.
 *   Copyright (C) 2016 ownCloud GmbH.
 *   
 *   Permission is hereby granted, free of charge, to any person obtaining a copy
 *   of this software and associated documentation files (the "Software"), to deal
@@ -66,8 +66,8 @@ import javax.net.ssl.SSLException;
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 {