Removed unused method.
FEA: ItEr74S07WBSTreeRefactoring
This commit is contained in:
parent
131d941cde
commit
689fc76c41
1 changed files with 1 additions and 6 deletions
|
|
@ -31,8 +31,8 @@ import java.util.HashMap;
|
|||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.Map.Entry;
|
||||
import java.util.Set;
|
||||
|
||||
import org.apache.commons.lang.Validate;
|
||||
import org.hibernate.validator.AssertTrue;
|
||||
|
|
@ -762,11 +762,6 @@ public abstract class OrderElement extends IntegrationEntity implements
|
|||
return Collections.unmodifiableSet(criterionRequirements);
|
||||
}
|
||||
|
||||
protected Set<CriterionRequirement> myCriterionRequirements() {
|
||||
return criterionRequirements;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Operations to manage the criterion requirements of a orderElement
|
||||
* (remove, adding, update of the criterion requirement of the orderElement
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue