shodaaan commented on PR #1474:
URL: https://github.com/apache/jackrabbit-oak/pull/1474#issuecomment-2164915319

   > two more comments that I have drafted in [this temporary 
branch](https://github.com/apache/jackrabbit-oak/compare/OAK-8848-review-illustration?expand=1)
 for illustration:
   > 
   > * we could move the `nodeWasMovedOrCopied()` check for the 2nd case into 
that if block, to make it more limited to just that case. Previously it was 
throwing the exception - now I think we want it to not throw it anymore. With 
the check being in the outer if there is possibility it might still throw if 
the next if case hits (perhaps unlikely, but by doing it the above drafted way 
we'd reduce that risk)
   > * some reformatting suggestion to use `//` instead of `/*` - I think 
that's a bit more following how inline comments are frequently done
   > 
   > wdyt?
   
   Thank you for the suggestions. I have made the changes in the latest commit.


-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to