DataRowStore.processRemoteEvent processInvalidatedIDs typo
----------------------------------------------------------
Key: CAY-1390
URL: https://issues.apache.org/jira/browse/CAY-1390
Project: Cayenne
Issue Type: Bug
Components: Core Library
Affects Versions: 3.0RC2
Reporter: Andrus Adamchik
Assignee: Andrus Adamchik
Priority: Minor
Fix For: 3.0RC3
This was found during code review by one of the users:
diff --git
a/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java
b/framework/cayenne-jdk1.5-
index e5dc0fb..617081b 100644
---
a/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java
+++
b/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java
@@ -380,7 +380,7 @@ public class DataRowStore implements Serializable {
synchronized (this) {
processDeletedIDs(deletedSnapshotIds);
- processInvalidatedIDs(deletedSnapshotIds);
+ processInvalidatedIDs(invalidatedSnapshotIds);
processUpdateDiffs(diffs);
sendUpdateNotification(
event.getPostedBy(),
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.