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
@@ -76,8 +76,8 @@ public class SqlTreeProperties {
this.tableJoins = tableJoins;
}
public void setAllProperties(boolean allProperties) {
this.allProperties = allProperties;
public void setAllProperties() {
this.allProperties = true;
}
}