rishabhdaim commented on code in PR #1309:
URL: https://github.com/apache/jackrabbit-oak/pull/1309#discussion_r1491127201


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/memory/MemoryDocumentStore.java:
##########
@@ -16,6 +16,11 @@
  */
 package org.apache.jackrabbit.oak.plugins.document.memory;
 
+import static 
org.apache.jackrabbit.oak.plugins.document.NodeDocument.MODIFIED_IN_SECS;
+import static 
org.apache.jackrabbit.oak.plugins.document.UpdateOp.Condition.newEqualsCondition;
+import static 
org.apache.jackrabbit.oak.plugins.document.UpdateUtils.assertUnconditional;
+import static 
org.apache.jackrabbit.oak.plugins.document.UpdateUtils.checkConditions;
+

Review Comment:
   I would revert these un-intendent changes.



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