Skip to content

Commit d6e0600

Browse files
Backport to branch(3) : Make constructor of TransactionContext public (#3057)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 056c702 commit d6e0600

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)