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:
parent
e9428c6ec7
commit
ec39aceb1a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user