221222223224225226227228229230231
startDate = order.getInitDate(); endDate = order.getInitDate(); } // check if the dates match if(acceptDates(startDate,endDate)){ result.add(new TimeLineRequiredMaterialDTO(material, task, startDate, order)); } } return result; }