Changeset 2984


Ignore:
Timestamp:
Nov 30, 2006, 12:50:17 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Use the default error handling when nothing else has been specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/src/plugins/core/net/sf/basedb/plugins/AbstractFlatFileImporter.java

    r2878 r2984  
    814814  {
    815815    ErrorHandler defaultErrorHandler = new SimpleErrorHandler("skip".equals(job.getValue("defaultError")));
    816     errorHandler = new ClassMapErrorHandler(errorHandler);
     816    errorHandler = new ClassMapErrorHandler(defaultErrorHandler);
    817817    addErrorHandler(StringTooLongException.class,
    818818        getErrorHandler((String)job.getValue("stringTooLongError"), defaultErrorHandler));
Note: See TracChangeset for help on using the changeset viewer.