Changeset 4530


Ignore:
Timestamp:
Sep 17, 2008, 9:22:25 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1124: Base1PluginExecuter fails to import lines with empty fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8-stable/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java

    r4480 r4530  
    19471947                {}
    19481948              }
    1949               index += assayFields.size();
    19501949            }
    19511950            catch (NumberFormatException e)
    19521951            {}
     1952            finally
     1953            {
     1954              index += assayFields.size();
     1955            }
    19531956          }
    19541957        }
Note: See TracChangeset for help on using the changeset viewer.