Merged 5.2.N (5.2.2) to HEAD (5.2)

136086 gjames: Merged searchbcr (5.2.1) to 5.2.N (5.2.1)
      135569 gjames: SEARCH-339: Checking for a mandatory set


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137458 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrei Rebegea
2017-06-15 10:59:17 +00:00
parent 469fe100cf
commit ee012006ab

View File

@@ -483,6 +483,7 @@ public class SearchMapper
{
interval.getSets().addAll(globalSets);
}
ParameterCheck.mandatoryCollection("facetIntervals intervals sets", interval.getSets());
}
}