Changeset 6857
- Timestamp:
- Apr 14, 2015, 1:49:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5-stable/src/core/net/sf/basedb/core/snapshot/SnapshotManager.java
r6733 r6857 162 162 { 163 163 List<AnnotationSnapshot> result = new ArrayList<AnnotationSnapshot>(); 164 if (!searchPrimary && !searchInherited ) return result;164 if (!searchPrimary && !searchInherited || snapshot == null) return result; 165 165 166 166 if (filter == null) filter = new StaticFilter<AnnotationSnapshot>(true);
Note: See TracChangeset
for help on using the changeset viewer.