@ -41,7 +41,7 @@ public abstract class NonTransientDataAccessException extends DataAccessExceptio
@@ -41,7 +41,7 @@ public abstract class NonTransientDataAccessException extends DataAccessExceptio
@ -41,7 +41,7 @@ public class RecoverableDataAccessException extends DataAccessException {
@@ -41,7 +41,7 @@ public class RecoverableDataAccessException extends DataAccessException {
@ -240,9 +240,9 @@ public class GenericMessageEndpointManager implements SmartLifecycle, Initializi
@@ -240,9 +240,9 @@ public class GenericMessageEndpointManager implements SmartLifecycle, Initializi
@ -170,7 +170,7 @@ public class DefaultTransactionAttribute extends DefaultTransactionDefinition im
@@ -170,7 +170,7 @@ public class DefaultTransactionAttribute extends DefaultTransactionDefinition im
@ -44,7 +44,7 @@ public class TransactionAttributeEditor extends PropertyEditorSupport {
@@ -44,7 +44,7 @@ public class TransactionAttributeEditor extends PropertyEditorSupport {
@ -632,7 +632,7 @@ public abstract class AbstractReactiveTransactionManager implements ReactiveTran
@@ -632,7 +632,7 @@ public abstract class AbstractReactiveTransactionManager implements ReactiveTran
}
elseif(!synchronizations.isEmpty()){
// Existing transaction that we participate in, controlled outside
// of the scope of this Spring transaction manager -> try to register
// the scope of this Spring transaction manager -> try to register
// an afterCompletion callback with the existing (JTA) transaction.
@ -953,7 +953,7 @@ public abstract class AbstractPlatformTransactionManager implements PlatformTran
@@ -953,7 +953,7 @@ public abstract class AbstractPlatformTransactionManager implements PlatformTran
}
elseif(!synchronizations.isEmpty()){
// Existing transaction that we participate in, controlled outside
// of the scope of this Spring transaction manager -> try to register
// the scope of this Spring transaction manager -> try to register
// an afterCompletion callback with the existing (JTA) transaction.