Skip to content

Commit

Permalink
Fix compilation error in DbmsRule
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxling committed Feb 13, 2025
1 parent c8ad2d8 commit 253b24b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-utils/src/main/java/org/neo4j/test/rule/DbmsRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import java.time.Duration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import java.util.function.Consumer;
Expand Down Expand Up @@ -114,6 +115,7 @@ public InternalTransaction beginTransaction(
LoginContext loginContext,
ClientConnectionInfo clientInfo,
RoutingInfo routingInfo,
List<String> bookmarks,
long timeout,
TimeUnit unit,
Consumer<Status> terminationCallback,
Expand All @@ -124,6 +126,7 @@ public InternalTransaction beginTransaction(
loginContext,
clientInfo,
routingInfo,
bookmarks,
timeout,
unit,
terminationCallback,
Expand Down

0 comments on commit 253b24b

Please sign in to comment.