Added comments

This commit is contained in:
M66B 2021-12-10 11:41:01 +01:00
parent 8d754432fd
commit 000ac38524
1 changed files with 2 additions and 2 deletions

View File

@ -134,9 +134,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
@NonNull
public Boolean read_only = false;
@NonNull
public Boolean selectable = true;
public Boolean selectable = true; // Cannot contain messages
@NonNull
public Boolean inferiors = true;
public Boolean inferiors = true; // Cannot have child folders
public String error;
public Long last_sync;
public Long last_sync_foreground;