SEARCH-433 CMIS QL - Support inner and left outer joins from/to a single type and any number of aspects

- fix tabs top spaces
This commit is contained in:
ahind
2017-10-06 10:25:31 +01:00
parent 9142625fd8
commit 82854e2d68

View File

@@ -78,7 +78,7 @@ public class AspectSupport implements DBQueryBuilderComponent
*/ */
@Override @Override
public void prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors, public void prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set<String> selectors,
Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) Map<String, Argument> functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble)
{ {
} }
@@ -135,9 +135,9 @@ public class AspectSupport implements DBQueryBuilderComponent
} }
public void setJoinType(JoinType joinType) public void setJoinType(JoinType joinType)
{ {
this.joinType = joinType; this.joinType = joinType;
} }
} }