Skip to content

Commit 63f34e5

Browse files
committed
Make constructor of TransactionContext public (#3055)
1 parent ab23dc4 commit 63f34e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/scalar/db/transaction/consensuscommit/TransactionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class TransactionContext {
2929
// A list of recovery results performed in the transaction
3030
public final List<RecoveryExecutor.Result> recoveryResults = new ArrayList<>();
3131

32-
TransactionContext(
32+
public TransactionContext(
3333
String transactionId,
3434
Snapshot snapshot,
3535
Isolation isolation,

0 commit comments

Comments
 (0)