We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab23dc4 commit 63f34e5Copy full SHA for 63f34e5
core/src/main/java/com/scalar/db/transaction/consensuscommit/TransactionContext.java
@@ -29,7 +29,7 @@ public class TransactionContext {
29
// A list of recovery results performed in the transaction
30
public final List<RecoveryExecutor.Result> recoveryResults = new ArrayList<>();
31
32
- TransactionContext(
+ public TransactionContext(
33
String transactionId,
34
Snapshot snapshot,
35
Isolation isolation,
0 commit comments