SEARCH-2202 Making constant protected.

This commit is contained in:
Tom Page
2020-04-23 10:22:34 +01:00
parent cbce32415e
commit 6c50bd0f5e
@@ -40,7 +40,7 @@ import org.apache.solr.common.params.SolrParams;
*/
public class HandlerOfResources {
public static final List<String> DISALLOWED_SHARED_UPDATES = Arrays.asList("alfresco.identifier.property.",
protected static final List<String> DISALLOWED_SHARED_UPDATES = Arrays.asList("alfresco.identifier.property.",
"alfresco.suggestable.property.",
"alfresco.cross.locale.property.",
"alfresco.cross.locale.datatype.");