Changeset 5068
- Timestamp:
- Aug 20, 2009, 9:14:03 AM (13 years ago)
- Location:
- trunk/src/core/net/sf/basedb/core
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/data/AnnotationSetData.java
r4889 r5068 39 39 public class AnnotationSetData 40 40 extends BasicData 41 implements LoggableData 41 42 { 42 43 public AnnotationSetData() -
trunk/src/core/net/sf/basedb/core/log/db/DbLogManagerFactory.java
r5064 r5068 28 28 import net.sf.basedb.core.LogControl; 29 29 import net.sf.basedb.core.data.AnnotationData; 30 import net.sf.basedb.core.data.AnnotationSetData; 30 31 import net.sf.basedb.core.data.BioMaterialEventData; 31 32 import net.sf.basedb.core.data.FileSetMemberData; … … 64 65 setSpecialLogger(PlateEventData.class, new PlateEventLogger(detailedProperties)); 65 66 setSpecialLogger(ImageData.class, new ImageLogger(detailedProperties)); 67 setSpecialLogger(AnnotationSetData.class, new AnnotationSetLogger(detailedProperties)); 66 68 } 67 69
Note: See TracChangeset
for help on using the changeset viewer.