ItEr44S08ImplantacionAplicacionItEr43S09: Removing unused methods
This commit is contained in:
parent
3a392d8d3d
commit
b3ad52edf9
1 changed files with 0 additions and 9 deletions
|
|
@ -246,15 +246,6 @@ public class TimeTracker {
|
|||
}
|
||||
}
|
||||
|
||||
private Date endPlusOneYear(Task task) {
|
||||
return new LocalDate(task.getEndDate()).plusYears(1).toDateMidnight().toDate();
|
||||
}
|
||||
|
||||
private Date startMinusOneYear(Task task) {
|
||||
return new LocalDate(task.getBeginDate()).minusYears(1)
|
||||
.toDateMidnight().toDate();
|
||||
}
|
||||
|
||||
private Date endPlusOneMonth(Task task) {
|
||||
return new LocalDate(task.getEndDate()).plusMonths(1).toDateMidnight().toDate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue