mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2202 Making constant protected.
This commit is contained in:
+1
-1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user