diff --git a/sandbox/src/main/java/org/springframework/ldap/transaction/core/ContextSourceTransactionManager.java b/sandbox/src/main/java/org/springframework/ldap/transaction/core/ContextSourceTransactionManager.java index 3f93923e..1450f8c9 100644 --- a/sandbox/src/main/java/org/springframework/ldap/transaction/core/ContextSourceTransactionManager.java +++ b/sandbox/src/main/java/org/springframework/ldap/transaction/core/ContextSourceTransactionManager.java @@ -33,8 +33,8 @@ import org.springframework.transaction.support.TransactionSynchronizationManager * TransactionManager for managing LDAP transactions. Since transactions are not * supported in the LDAP protocol this class and its collaborators aims to * provide compensating transactions instead, i.e. should a transaction need to - * be rolled back this TransactionManager will try to restore the original state - * prior to the operations using information recorded prior to each operation. + * be rolled back this TransactionManager will try to restore the original + * original state using information recorded prior to each operation. *
* NOTE: The transactions provided by this TransactionManager are all * client side and are by no means 'real' transactions, in the sense