mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
63647: Fixed ACE-290: ServiceRegistry.getRetryingTransactionHelper has been deprecated, with no public alternative - Removed final bits of deprecation required for ACE-290 - Added test to ensure that ALF-18718 does not regress (need new instances of RetryingTransactionHelper) - Cleaned up pointless 'Non-Javadoc', added @Override, etc git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64303 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -210,7 +210,7 @@ public interface ServiceRegistry
|
||||
TransactionService getTransactionService();
|
||||
|
||||
/**
|
||||
* @deprecated Since 4.2. Use {@link TransactionService#getRetryingTransactionHelper()}: ALF-18718
|
||||
* @return a new instance of the {@link RetryingTransactionHelper}
|
||||
*/
|
||||
@NotAuditable
|
||||
RetryingTransactionHelper getRetryingTransactionHelper();
|
||||
|
Reference in New Issue
Block a user