Changeset 3735
- Timestamp:
- Sep 14, 2007, 3:52:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java
r3734 r3735 1538 1538 1539 1539 //Batch reporters 1540 int it = 0;1541 1540 if (bas != null) 1542 1541 { … … 1544 1543 for (Integer position : posRepMap.keySet()) 1545 1544 { 1546 System.out.println(it++ + "\t" +position); 1547 try 1548 { 1549 posBatcher.insert(position, posRepMap.get(position)); 1550 } 1551 catch (BaseException e) 1552 { 1553 System.out.println(position+"\t"+posRepMap.get(position)); 1554 throw e; 1555 } 1545 posBatcher.insert(position, posRepMap.get(position)); 1556 1546 } 1557 1547 }
Note: See TracChangeset
for help on using the changeset viewer.