Changeset 7858
- Timestamp:
- Oct 20, 2020, 8:29:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/AnnotationFlatFileImporter.java
r7849 r7858 79 79 import net.sf.basedb.core.signal.ThreadSignalHandler; 80 80 import net.sf.basedb.plugins.batchimport.AnnotationIdMethod; 81 import net.sf.basedb.plugins.batchimport.FileImporter.PathIdMethod; 81 82 import net.sf.basedb.plugins.batchimport.IdMethod; 82 83 import net.sf.basedb.plugins.batchimport.InternalIdMethod; … … 1283 1284 { 1284 1285 List<IdMethod> methods = new ArrayList<>(); 1285 methods.add( PropertyIdMethod.NAME);1286 methods.add(item == Item.FILE ? PathIdMethod.ROOT : PropertyIdMethod.NAME); 1286 1287 methods.add(InternalIdMethod.INTERNAL_ID); 1287 1288 if (item == null || hasExternalId(item)) methods.add(PropertyIdMethod.EXTERNAL_ID);
Note: See TracChangeset
for help on using the changeset viewer.