You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2010/02/10 21:17:27 UTC

[jira] Closed: (CAY-1390) DataRowStore.processRemoteEvent processInvalidatedIDs typo

     [ https://issues.apache.org/jira/browse/CAY-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1390.
--------------------------------

    Resolution: Fixed

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