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
@@ -26,10 +26,10 @@ public final class SqlTreeNodeRoot extends SqlTreeNodeBean {
}
/**
* Construct for raw sql.
* Construct for raw sql named queries.
*/
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId, boolean disableLazyLoad) {
super(desc, props, withId, disableLazyLoad);
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId) {
super(desc, props, withId, false);
this.includeJoin = null;
}