(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / transactions / SimpleTransactionManager.java
index a3d57102a6f2fe4d3f324e6d00598d00a65e0e4e..7cb51431c12942a1a3edc1dcec707ec885461a63 100644 (file)
@@ -86,7 +86,7 @@ public class SimpleTransactionManager {
         transactionFInishedCallback = new UserTransactionCallback() {
             @Override
             public void transactionFinished() {
-                transaction.set(factory.create(this, resources)); 
+                transaction.set(factory.create(this, resources));
             }
         };
         transaction = new ThreadSpecificProxyFactory<UserTransaction>(
@@ -120,7 +120,7 @@ public class SimpleTransactionManager {
     public UserTransaction getTransaction() {
         return transaction.getProxy();
     }
-    
+
     /**
      * Gets the thread-specific transaction object.
      *