Simplification

pull/214/head
M66B 2 years ago
parent 2b47a3accf
commit 5024677487

@ -333,10 +333,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
return; return;
this.synchronize = parent.synchronize; this.synchronize = parent.synchronize;
if (EntityFolder.USER.equals(parent.type)) {
this.poll = parent.poll; this.poll = parent.poll;
this.poll_factor = parent.poll_factor; this.poll_factor = parent.poll_factor;
}
this.download = parent.download; this.download = parent.download;
//this.auto_classify_source = parent.auto_classify_source; //this.auto_classify_source = parent.auto_classify_source;
//this.auto_classify_target = parent.auto_classify_target; //this.auto_classify_target = parent.auto_classify_target;

Loading…
Cancel
Save