Skip to content

Commit

Permalink
remove serializable
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky authored and AndyScherzinger committed Jun 14, 2018
1 parent 736a7cf commit f325385
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@

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!!
Expand Down

0 comments on commit f325385

Please sign in to comment.