no effective change - format only

This commit is contained in:
Rob Bygrave
2016-11-17 19:24:38 +13:00
parent 2dceccfa78
commit 002d7d9f27
36 changed files with 873 additions and 897 deletions
@@ -11,7 +11,7 @@ public class PropertyJoin {
* The property name.
*/
private final String property;
/**
* Set to true if the property needs to be an outer join.
*/
@@ -35,5 +35,5 @@ public class PropertyJoin {
public SqlJoinType getSqlJoinType() {
return joinType;
}
}