Refactor security components to the Kernel
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / transaction / SimpleTransactionManager.java
index edb57268119d9edd7a4e6b1474a4e6274c0bb571..30d9b72911b3e7151968802624f669841cb6d5b5 100644 (file)
@@ -122,7 +122,7 @@ public class SimpleTransactionManager implements TransactionManager,
                return transaction;
        }
 
-       public TransactionSynchronizationRegistry getTransactionSynchronizationRegistry() {
+       public TransactionSynchronizationRegistry getTsr() {
                return syncRegistry;
        }