mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - whitespace change only to SqlTreeBuilder
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user