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

Unverified Commit f3253856 authored by tobiasKaminsky's avatar tobiasKaminsky Committed by AndyScherzinger
Browse files

remove serializable

parent 736a7cfa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -29,14 +29,12 @@ import android.os.Parcelable;

import com.owncloud.android.lib.common.network.WebdavEntry;

import java.io.Serializable;

/**
 * Contains the data of a versioned file from a WebDavEntry.
 *
 * @author Tobias Kaminsky
 */
public class FileVersion implements Parcelable, Serializable, ServerFileInterface {
public class FileVersion implements Parcelable, ServerFileInterface {

    /**
     * Generated - should be refreshed every time the class changes!!