undoing pointless tiny change to individual template model
This commit is contained in:
parent
adf5558aa4
commit
c95b7efc0b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public abstract class BaseIndividualTemplateModel extends BaseTemplateModel {
|
||||||
}
|
}
|
||||||
|
|
||||||
public GroupedPropertyList getPropertyList() {
|
public GroupedPropertyList getPropertyList() {
|
||||||
if (!(propertyList instanceof GroupedPropertyList)) {
|
if (propertyList == null) {
|
||||||
propertyList = new GroupedPropertyList(individual, vreq, policyHelper);
|
propertyList = new GroupedPropertyList(individual, vreq, policyHelper);
|
||||||
}
|
}
|
||||||
return propertyList;
|
return propertyList;
|
||||||
|
|
Loading…
Add table
Reference in a new issue