No effective change - whitespace change only to SqlTreeBuilder

This commit is contained in:
rob bygrave
2019-07-19 00:22:41 +12:00
parent 53bcc62a0c
commit 4513dbf29d
@@ -302,7 +302,7 @@ public final class SqlTreeBuilder {
myJoinList.add(nodeJoin);
}
if (manyWhereJoins.isFormulaWithJoin()) {
for (String property: manyWhereJoins.getFormulaJoinProperties()) {
for (String property : manyWhereJoins.getFormulaJoinProperties()) {
STreeProperty beanProperty = desc.findPropertyFromPath(property);
myJoinList.add(new SqlTreeNodeFormulaWhereJoin(beanProperty, SqlJoinType.OUTER));
}