Changeset 7133
- Timestamp:
- Apr 21, 2016, 2:02:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/AnnotationBatcher.java
r7128 r7133 358 358 } 359 359 allInsertBatchers.clear(); 360 if (isDebugEnabled) 361 { 362 log.debug("Deleting annotation snapshots: " + snapshotsToDelete); 363 } 360 364 for (Integer id : snapshotsToDelete) 361 365 { 362 SnapshotManager.removeSnapshot( currentAnnotationSetId);366 SnapshotManager.removeSnapshot(id); 363 367 } 364 368 snapshotsToDelete.clear();
Note: See TracChangeset
for help on using the changeset viewer.