1
0
mirror of https://github.com/etesync/android synced 2024-11-16 04:49:06 +00:00

Mark CollectionInfo id as deprecated.

This is now implemented in the ORM and not the collection info itself.
This commit is contained in:
Tom Hacohen 2017-03-23 15:23:37 +00:00
parent e9428c6ec7
commit ec39aceb1a

View File

@ -18,8 +18,9 @@ import java.io.Serializable;
import lombok.ToString;
@ToString
@ToString(exclude = {"uid"})
public class CollectionInfo implements Serializable {
@Deprecated
public long id;
public Long serviceID;