kwin commented on a change in pull request #293:
URL: https://github.com/apache/jackrabbit-oak/pull/293#discussion_r634989412



##########
File path: 
oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/xml/ImporterImpl.java
##########
@@ -336,138 +339,150 @@ public void startNode(@NotNull NodeInfo nodeInfo, 
@NotNull List<PropInfo> propIn
             throws RepositoryException {
         Tree parent = parents.peek();
         Tree tree = null;
-        String id = nodeInfo.getUUID();

Review comment:
       The diff is confusing, but the block has not been removed but just 
wrapped in a try block to revert changes afterwards.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to