Code: Select all
boolean newBasePlanLocked = basePlanLocked && !isLabelPartOfBasePlan(label);
doAddLabel(this.home, label, newBasePlanLocked);
and
Code: Select all
protected boolean isLabelPartOfBasePlan(Label label) {
return true;
}