mirror of
https://github.com/etesync/android
synced 2025-03-15 23:16:06 +00:00
Collectioninfo: fix typo in ToString field exclusion.
This commit is contained in:
parent
c3e30138dd
commit
7357447786
@ -18,7 +18,7 @@ import java.io.Serializable;
|
||||
|
||||
import lombok.ToString;
|
||||
|
||||
@ToString(exclude = {"uid"})
|
||||
@ToString(exclude = {"id"})
|
||||
public class CollectionInfo implements Serializable {
|
||||
@Deprecated
|
||||
public long id;
|
||||
|
Loading…
Reference in New Issue
Block a user