Delete unneeded field.
FEA: ItEr66S04BugFixing
This commit is contained in:
parent
765375425a
commit
4d1c4bb293
1 changed files with 0 additions and 7 deletions
|
|
@ -26,7 +26,6 @@ import java.math.BigDecimal;
|
|||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
|
|
@ -114,8 +113,6 @@ public class FormBinder {
|
|||
|
||||
private List<AllocationRow> rows = Collections.emptyList();
|
||||
|
||||
private Date taskStartDate;
|
||||
|
||||
private WorkableDaysAndDatesBinder workableDaysAndDatesBinder;
|
||||
|
||||
private Button btnRecommendedAllocation;
|
||||
|
|
@ -288,10 +285,6 @@ public class FormBinder {
|
|||
inputElement.addEventListener(Events.ON_CHANGE, onChangeEnableApply);
|
||||
}
|
||||
|
||||
public void setStartDate(Date startDate) {
|
||||
this.taskStartDate = startDate;
|
||||
}
|
||||
|
||||
public void setWorkableDays(Intbox duration,
|
||||
final TaskPropertiesController taskPropertiesController,
|
||||
final Label labelTaskStart, final Label labelTaskEnd) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue