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

Commit 8f4aa214 authored by narinder Rana's avatar narinder Rana
Browse files

remove Serializable

parent 0cb8b626
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import java.io.Serializable;
 * Describe a file state which will be Synchronized (= Synced) or which has already been synced one times
 */

public class SyncedFileState implements Parcelable, Serializable {
public class SyncedFileState implements Parcelable {


    protected SyncedFileState(){}; //@ToRemove. Test Only. It's to allow to make a mock SyncedFileState Class in test.