Changeset 4121
- Timestamp:
- Feb 4, 2008, 12:17:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java
r4120 r4121 448 448 finally 449 449 { 450 if (dc != null) 451 { 452 dc.commit(); 453 dc.close(); 454 } 450 if (dc != null) dc.close(); 455 451 } 456 452 } … … 731 727 return; 732 728 } 729 dc.commit(); 733 730 } 734 731 finally 735 732 { 736 if (dc != null) 737 { 738 dc.commit(); 739 dc.close(); 740 } 733 if (dc != null) dc.close(); 741 734 } 742 735 … … 773 766 } 774 767 } 768 dc.commit(); 775 769 } 776 770 finally 777 771 { 778 if (dc != null) 779 { 780 dc.commit(); 781 dc.close(); 782 } 772 if (dc != null) dc.close(); 783 773 } 784 774 response.setDone(msg);
Note: See TracChangeset
for help on using the changeset viewer.