trekawek commented on code in PR #603:
URL: https://github.com/apache/jackrabbit-oak/pull/603#discussion_r908197721
##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/migration/NodeStateCopier.java:
##########
@@ -87,18 +92,26 @@ public class NodeStateCopier {
private final boolean referenceableFrozenNodes;
+ private final boolean preserveOnTarget;
+
+ private final Consumer<String> consumer;
+
private NodeStateCopier(Set<String> includePaths,
Set<String> excludePaths,
Set<String> fragmentPaths,
Set<String> excludeFragments,
Set<String> mergePaths,
- boolean referenceableFrozenNodes) {
+ boolean referenceableFrozenNodes,
+ boolean preserveOnTarget,
+ Consumer<String> consumer) {
Review Comment:
Let's call is `newNodesConsumer` or something like that.
--
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]