No effective change - SqlTreeNodeBean cleanup - always same value params

This commit is contained in:
Robin Bygrave
2015-08-01 22:17:50 +12:00
parent da65256208
commit fd4a6906bd
6 changed files with 14 additions and 14 deletions
@@ -266,7 +266,7 @@ public class SqlTreeBuilder {
return new SqlTreeNodeManyRoot(prefix, (BeanPropertyAssocMany<?>) prop, props, myList, disableLazyLoad);
} else {
return new SqlTreeNodeBean(prefix, prop, props, myList, true, disableLazyLoad);
return new SqlTreeNodeBean(prefix, prop, props, myList, disableLazyLoad);
}
}
@@ -432,7 +432,7 @@ public class SqlTreeBuilder {
}
SqlTreeProperties selectProps = new SqlTreeProperties();
selectProps.setAllProperties(true);
selectProps.setAllProperties();
// normal simple properties of the bean
selectProps.add(desc.propertiesBaseScalar());