From 82854e2d68f76d211049c5f4a344f8bda73e2e6a Mon Sep 17 00:00:00 2001 From: ahind Date: Fri, 6 Oct 2017 10:25:31 +0100 Subject: [PATCH] SEARCH-433 CMIS QL - Support inner and left outer joins from/to a single type and any number of aspects - fix tabs top spaces --- .../search/impl/querymodel/impl/db/AspectSupport.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/alfresco/repo/search/impl/querymodel/impl/db/AspectSupport.java b/src/main/java/org/alfresco/repo/search/impl/querymodel/impl/db/AspectSupport.java index feb3889703..613cf27065 100644 --- a/src/main/java/org/alfresco/repo/search/impl/querymodel/impl/db/AspectSupport.java +++ b/src/main/java/org/alfresco/repo/search/impl/querymodel/impl/db/AspectSupport.java @@ -78,7 +78,7 @@ public class AspectSupport implements DBQueryBuilderComponent */ @Override public void prepare(NamespaceService namespaceService, DictionaryService dictionaryService, QNameDAO qnameDAO, NodeDAO nodeDAO, TenantService tenantService, Set selectors, - Map functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) + Map functionArgs, FunctionEvaluationContext functionContext, boolean supportBooleanFloatAndDouble) { } @@ -135,9 +135,9 @@ public class AspectSupport implements DBQueryBuilderComponent } - public void setJoinType(JoinType joinType) - { - this.joinType = joinType; - } + public void setJoinType(JoinType joinType) + { + this.joinType = joinType; + } } \ No newline at end of file