No effective change - format only

This commit is contained in:
Robin Bygrave
2015-08-01 08:54:49 +12:00
parent f50b18556e
commit 4f2d669897
34 changed files with 1283 additions and 1291 deletions
@@ -116,7 +116,7 @@ public class CQueryPredicates {
* Includes from where and order by clauses.
*/
private Set<String> predicateIncludes;
private Set<String> orderByIncludes;
public CQueryPredicates(Binder binder, OrmQueryRequest<?> request) {
@@ -330,7 +330,7 @@ public class CQueryPredicates {
if (logicalOrderBy != null) {
dbOrderBy = deployParser.parse(logicalOrderBy);
}
// create a copy of the includes required to support the orderBy
orderByIncludes = new HashSet<String>(deployParser.getIncludes());