Merged 5.0.N (5.0.3) to 5.1.N (5.1.0) (PARTIAL MERGE)

111834: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3)
      111589: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.6)
         111531: MNT-13871: Count authorised users as those who've logged in, not total # of person objects
            -  Added small changes required for compilation of authorization module.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@111899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-09-10 20:20:47 +00:00
parent 625978d5ff
commit 097f31c151

View File

@@ -95,7 +95,7 @@ public class People extends BaseScopableProcessorExtension implements Initializi
private int defaultListMaxResults = 5000;
private boolean honorHintUseCQ = true;
private static final String HINT_CQ_SUFFIX = " [hint:useCQ]";
protected static final String HINT_CQ_SUFFIX = " [hint:useCQ]";
public void afterPropertiesSet() throws Exception
{