Changeset 5768
- Timestamp:
- Sep 28, 2011, 2:52:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/RawDataFlatFileImporter.java
r5630 r5768 707 707 if (method != null) 708 708 { 709 addErrorHandler(ItemNotFoundException.class, new SimpleErrorHandler("skip".equals(method)));710 709 boolean isSmart = "smart".equals(method); 711 batcher.skipInsertIfMissingFeature(isSmart);710 addErrorHandler(ItemNotFoundException.class, new SimpleErrorHandler(isSmart || "skip".equals(method))); 712 711 batcher.acceptInsertIfNullReporterOnFeature(isSmart); 713 712 }
Note: See TracChangeset
for help on using the changeset viewer.