reschke commented on code in PR #2615:
URL: https://github.com/apache/jackrabbit-oak/pull/2615#discussion_r2534723836
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/NamespaceRegistryModel.java:
##########
@@ -205,19 +217,40 @@ public NamespaceRegistryModel setMappings(@NotNull
Map<String, String> additiona
String uri = entry.getValue();
String encodedUri = Namespaces.encodeUri(uri);
+ String previousMappedUri = newPrefixToNamespaceMap.get(prefix);
Review Comment:
I'm getting a bit lost here re the newly added code. Maybe you could add a
few comments?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]