mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-4144 Add support for getting categories in ES by allowing access to the prefix helper method.
This commit is contained in:
@@ -279,7 +279,7 @@ public abstract class AbstractCategoryServiceImpl implements CategoryService
|
||||
|
||||
HashMap<String, String> prefixLookup = new HashMap<String, String>();
|
||||
|
||||
private String getPrefix(String uri)
|
||||
protected String getPrefix(String uri)
|
||||
{
|
||||
String prefix = prefixLookup.get(uri);
|
||||
if (prefix == null)
|
||||
|
Reference in New Issue
Block a user