ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Remove unused methods.
This commit is contained in:
parent
a1cc79d6d4
commit
240d8869aa
1 changed files with 0 additions and 11 deletions
|
|
@ -331,17 +331,6 @@ public class OrderModel implements IOrderModel {
|
|||
getLabelsOnConversation().initializeLabels();
|
||||
}
|
||||
|
||||
private void initializeLabels(Collection<Label> labels) {
|
||||
for (Label label : labels) {
|
||||
initializeLabel(label);
|
||||
}
|
||||
}
|
||||
|
||||
private void initializeLabel(Label label) {
|
||||
label.getName();
|
||||
label.getType().getName();
|
||||
}
|
||||
|
||||
private static void forceLoadCriterionRequirements(OrderElement orderElement) {
|
||||
orderElement.getHoursGroups().size();
|
||||
for (HoursGroup hoursGroup : orderElement.getHoursGroups()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue