No effective change - remove unused constructors

This commit is contained in:
Robin Bygrave
2016-08-04 17:32:18 +12:00
parent 3c6eab6c85
commit b5b221ffb1
2 changed files with 0 additions and 15 deletions
@@ -25,14 +25,6 @@ public final class SqlTreeNodeRoot extends SqlTreeNodeBean {
this.includeJoin = includeJoin;
}
/**
* Construct for raw sql named queries.
*/
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId) {
super(desc, props, withId, false);
this.includeJoin = null;
}
/**
* Set AsOf support (at root level).
*/