mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Alf-21849 - fix bug as already suggested in JIRA
This commit is contained in:
@@ -139,7 +139,7 @@ public class DynamicNamespacePrefixResolver implements NamespaceService
|
|||||||
{
|
{
|
||||||
uris.addAll(delegate.getURIs());
|
uris.addAll(delegate.getURIs());
|
||||||
}
|
}
|
||||||
uris.addAll(map.keySet());
|
uris.addAll(map.values());
|
||||||
return uris;
|
return uris;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user