one less thing for parceler to complain about
This commit is contained in:
parent
6595a088fb
commit
94eb6b5775
|
@ -13,7 +13,7 @@ public class Poll extends BaseModel{
|
|||
@RequiredField
|
||||
public String id;
|
||||
public Instant expiresAt;
|
||||
private boolean expired;
|
||||
protected boolean expired;
|
||||
public boolean multiple;
|
||||
public int votersCount;
|
||||
public int votesCount;
|
||||
|
|
Loading…
Reference in New Issue