Updated comment

This commit is contained in:
M66B 2022-11-16 15:52:20 +01:00
parent e3535407d4
commit c7fd8f1f12
1 changed files with 2 additions and 2 deletions

View File

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