Changeset 4529


Ignore:
Timestamp:
Sep 17, 2008, 8:58:26 AM (15 years ago)
Author:
Jari Häkkinen
Message:

Addresses #1124. The index counter was not updated properly for number format exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java

    r4523 r4529  
    19451945                {}
    19461946              }
    1947               index += assayFields.size();
    19481947            }
    19491948            catch (NumberFormatException e)
    19501949            {}
     1950            finally
     1951            {
     1952              index += assayFields.size();
     1953            }
    19511954          }
    19521955        }
Note: See TracChangeset for help on using the changeset viewer.