ItEr60S04ValidacionEProbasFuncionaisItEr59S04 : Fixing bug in HourCost Service.
it adds @Valid to the set of HourCost in the CostCategory class.
This commit is contained in:
parent
bf3f952de7
commit
253ff728fb
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public class CostCategory extends IntegrationEntity {
|
|||
|
||||
private boolean enabled = true;
|
||||
|
||||
@Valid
|
||||
private Set<HourCost> hourCosts = new HashSet<HourCost>();
|
||||
|
||||
// Default constructor, needed by Hibernate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue