Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasHafner committed Sep 1, 2023
1 parent b25dac7 commit b5214e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public PIPreparedIndexedStatement(
public List<Long> executeBatch( List<List<PolyValue>> valuesBatch) throws Exception {
List<Long> updateCounts = new LinkedList<>();
synchronized ( client ) {
Transaction transaction;
if ( statement == null ) {
statement = client.getCurrentOrCreateNewTransaction().createStatement();
} else {
Expand Down

0 comments on commit b5214e0

Please sign in to comment.