[Bedework-commit] calendarapi r1453 - trunk/calCore/src/org/bedework/calcore/hibernate

svnadmin at bedework.org svnadmin at bedework.org
Wed Mar 2 15:27:11 EST 2011


Author: douglm
Date: 2011-03-02 15:27:10 -0500 (Wed, 02 Mar 2011)
New Revision: 1453

Modified:
   trunk/calCore/src/org/bedework/calcore/hibernate/CoreEvents.java
Log:
Further changes for exchange synch 

Modified: trunk/calCore/src/org/bedework/calcore/hibernate/CoreEvents.java
===================================================================
--- trunk/calCore/src/org/bedework/calcore/hibernate/CoreEvents.java	2011-03-02 20:27:06 UTC (rev 1452)
+++ trunk/calCore/src/org/bedework/calcore/hibernate/CoreEvents.java	2011-03-02 20:27:10 UTC (rev 1453)
@@ -304,7 +304,7 @@
                recurRetrieval/*, true*/);
 
     /* The uid and recurrence id is a unique key for calendar collections
-     * other than some special ones, Trash, Inbox and Outbox.
+     * other than some special ones, Inbox and Outbox.
      *
      * These we treat specially as they also cannot be annotated etc so we
      * just return what we find.
@@ -312,7 +312,6 @@
 
     Collection evs = sess.getList();
 
-    // XXX Don't want annotations in the trash
     if (Util.isEmpty(evs)) {
       /* Look for an annotation to that event by the current user.
        */



More information about the Bedework-commit mailing list