ACS-4144 Add support for getting categories in ES by allowing access to the prefix helper method.

This commit is contained in:
Tom Page
2023-01-23 14:38:59 +00:00
parent f87eaf8659
commit edb2a01d8f

View File

@@ -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)