Show
Ignore:
Timestamp:
08/19/08 00:54:00 (4 years ago)
Author:
kohlhaas
Message:

closes #3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/org/rapla/storage/dbsql/DBOperator.java

    r1293 r1331  
    335335                 connection.commit(); 
    336336             } 
    337              UpdateResult result = super.update(evt, true); 
    338              fireStorageUpdated(result); 
    339         } catch (Exception ex) { 
     337         } catch (Exception ex) { 
    340338             try { 
    341339                 if (bSupportsTransactions) { 
     
    358356            close( connection ); 
    359357        } 
     358        UpdateResult result = super.update(evt, true); 
     359        fireStorageUpdated(result); 
    360360         
    361361    }