From f79341ac4edce4b85b18678f1bd07d2f2ef4237a Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Tue, 6 Feb 2007 18:44:35 +0000 Subject: [PATCH] Modified javadocs --- .../transaction/core/ContextSourceTransactionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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