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/BRANCHES/DEV/5.2.N/root@136086 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2017-03-24 13:14:21 +00:00
parent 9ea32923d9
commit a358d796c4

View File

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