Remove already present method in Resource
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
b4c12f30e8
commit
e06b97c905
1 changed files with 0 additions and 7 deletions
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
package org.navalplanner.business.resources.entities;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
|
@ -120,12 +119,6 @@ public class Machine extends Resource {
|
|||
this.description = description;
|
||||
}
|
||||
|
||||
public boolean satisfiesCriterions(Set<Criterion> criterions) {
|
||||
ICriterion compositedCriterion = CriterionCompounder.buildAnd(
|
||||
new ArrayList<ICriterion>(criterions)).getResult();
|
||||
return compositedCriterion.isSatisfiedBy(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isCriterionSatisfactionOfCorrectType(
|
||||
CriterionSatisfaction c) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue