ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Remove static modifier.
That kind of sharing between different model instances is unsafe.
This commit is contained in:
parent
a0a100bf74
commit
a1cc79d6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public class OrderModel implements IOrderModel {
|
|||
@Autowired
|
||||
private IExternalCompanyDAO externalCompanyDAO;
|
||||
|
||||
private static final Map<CriterionType, List<Criterion>> mapCriterions = new HashMap<CriterionType, List<Criterion>>();
|
||||
private final Map<CriterionType, List<Criterion>> mapCriterions = new HashMap<CriterionType, List<Criterion>>();
|
||||
|
||||
private List<ExternalCompany> externalCompanies = new ArrayList<ExternalCompany>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue