mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix javadoc as per ALF-10711
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31094 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -46,9 +46,6 @@ public interface TransactionListener
|
|||||||
* {@link #beforeCommit(boolean) } even if {@link #beforeCommit(boolean)}
|
* {@link #beforeCommit(boolean) } even if {@link #beforeCommit(boolean)}
|
||||||
* failed.
|
* failed.
|
||||||
* <p>
|
* <p>
|
||||||
* Any exceptions generated here will only be logged and will have no effect
|
|
||||||
* on the state of the transaction.
|
|
||||||
* <p>
|
|
||||||
* All transaction resources are still available.
|
* All transaction resources are still available.
|
||||||
*/
|
*/
|
||||||
void beforeCompletion();
|
void beforeCompletion();
|
||||||
@@ -56,7 +53,8 @@ public interface TransactionListener
|
|||||||
/**
|
/**
|
||||||
* Invoked after transaction commit.
|
* Invoked after transaction commit.
|
||||||
* <p>
|
* <p>
|
||||||
* Any exceptions generated here will cause the transaction to rollback.
|
* Any exceptions generated here will only be logged and will have no effect
|
||||||
|
* on the state of the transaction.
|
||||||
* <p>
|
* <p>
|
||||||
* Although all transaction resources are still available, this method should
|
* Although all transaction resources are still available, this method should
|
||||||
* be used only for cleaning up resources after a commit has occured.
|
* be used only for cleaning up resources after a commit has occured.
|
||||||
@@ -66,6 +64,9 @@ public interface TransactionListener
|
|||||||
/**
|
/**
|
||||||
* Invoked after transaction rollback.
|
* Invoked after transaction rollback.
|
||||||
* <p>
|
* <p>
|
||||||
|
* Any exceptions generated here will only be logged and will have no effect
|
||||||
|
* on the state of the transaction.
|
||||||
|
* <p>
|
||||||
* Although all transaction resources are still available, this method should
|
* Although all transaction resources are still available, this method should
|
||||||
* be used only for cleaning up resources after a rollback has occured.
|
* be used only for cleaning up resources after a rollback has occured.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user