File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-tx/src/main/java/org/springframework/transaction/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -571,7 +571,7 @@ private DefaultTransactionStatus newTransactionStatus(
571
571
/**
572
572
* Initialize transaction synchronization as appropriate.
573
573
*/
574
- private void prepareSynchronization (DefaultTransactionStatus status , TransactionDefinition definition ) {
574
+ protected void prepareSynchronization (DefaultTransactionStatus status , TransactionDefinition definition ) {
575
575
if (status .isNewSynchronization ()) {
576
576
TransactionSynchronizationManager .setActualTransactionActive (status .hasTransaction ());
577
577
TransactionSynchronizationManager .setCurrentTransactionIsolationLevel (
You can’t perform that action at this time.
0 commit comments