Merged 5.2.N (5.2.1) to HEAD (5.2)

125765 rmunteanu: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
      125454 amorarasu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)
         125307 gjames: ACE-5091: Changed the javadoc formatting for TransactionService


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-06-03 16:10:55 +00:00
parent 110e506417
commit 2e338eecf9

View File

@@ -26,9 +26,9 @@ import org.alfresco.service.NotAuditable;
/**
* Contract for retrieving access to a user transaction.
* <p>
* Note that the implementation of the {@link javax.transaction.UserTransaction}
* Note that the implementation of the <code>javax.transaction.UserTransaction</code>
* is not able to provide the full set of status codes available on the
* {@link javax.transaction.Status} class.
* <code>javax.transaction.Status</code> class.
*
* @author David Caruana
*/