Jugen commented on code in PR #627:
URL: https://github.com/apache/cayenne/pull/627#discussion_r1981020792


##########
cayenne-server/src/main/java/org/apache/cayenne/access/ObjectStore.java:
##########
@@ -201,7 +205,7 @@ synchronized ObjectDiff registerDiff(Object nodeId, 
NodeDiff diff) {
                 }
             }
 
-            objectDiff = new ObjectDiff(object);
+            objectDiff = new ObjectDiff(persistentWrapper);

Review Comment:
   Was there a particular reason that ObjectDiff was modified ?
   It doesn't seem to require any functionality from 
ObjectStorePersistentWrapper ?



-- 
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: commits-unsubscr...@cayenne.apache.org

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

Reply via email to