Remove unused field
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
dc43030c90
commit
c76f134914
1 changed files with 0 additions and 4 deletions
|
|
@ -43,7 +43,6 @@ import org.navalplanner.business.common.BaseEntity;
|
|||
import org.navalplanner.business.common.daos.IConfigurationDAO;
|
||||
import org.navalplanner.business.common.exceptions.InstanceNotFoundException;
|
||||
import org.navalplanner.business.orders.daos.IOrderDAO;
|
||||
import org.navalplanner.business.orders.daos.IOrderElementDAO;
|
||||
import org.navalplanner.business.orders.entities.Order;
|
||||
import org.navalplanner.business.orders.entities.OrderElement;
|
||||
import org.navalplanner.business.planner.daos.IDayAssignmentDAO;
|
||||
|
|
@ -85,9 +84,6 @@ public class ResourceLoadModel implements IResourceLoadModel {
|
|||
@Autowired
|
||||
private IResourceDAO resourcesDAO;
|
||||
|
||||
@Autowired
|
||||
private IOrderElementDAO orderElementDAO;
|
||||
|
||||
@Autowired
|
||||
private ICriterionDAO criterionDAO;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue