Changeset 8584

Show
Ignore:
Timestamp:
07/22/10 16:37:01 (7 weeks ago)
Author:
dragisak
Message:

Add Fixme comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/libs/otm-models/src/main/java/org/topazproject/ambra/models/Aggregation.java

    r8549 r8584  
    5151  private DublinCore                     dublinCore; 
    5252  private List<URI>                      simpleCollection = new ArrayList<URI>(); 
     53  // FIXME: DetachedCriteria is not serializable. Ehcache will throw error when serializing Aggregation. 
    5354  private List<DetachedCriteria>         smartCollectionRules = new ArrayList<DetachedCriteria>(); 
    5455  private Aggregation                    supersedes;