From 8ff5139f9623fa19e86eac66270c186082d83c31 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 8 Feb 2008 18:15:52 +0000
Subject: [PATCH] Do not be afirmative in this comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19196 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/Activity/SQLDict.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/CMFActivity/Activity/SQLDict.py b/product/CMFActivity/Activity/SQLDict.py
index dd9622d0f7..de3c42ef99 100644
--- a/product/CMFActivity/Activity/SQLDict.py
+++ b/product/CMFActivity/Activity/SQLDict.py
@@ -355,8 +355,8 @@ class SQLDict(RAMDict, SQLBase):
             # it won't be called on the duplicate.
             message_with_active_process_list.append(m)
       else:
-        # Whatever happens, duplicate uids are to be made available. Only
-        # executed message will get to lower priority or error state.
+        # Should duplicate messages follow strictly the original message, or
+        # should they be just made available again ?
         make_available_uid_list.extend(uid_to_duplicate_uid_list_dict.get(uid, []))
         if type(m.exc_type) is ClassType and \
            issubclass(m.exc_type, ConflictError):
-- 
2.30.9