Merge Web Scripts from BRANCHES/DEV/DAVE

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5352 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-03-08 14:47:01 +00:00
parent f17fd30824
commit a3ae1fc827
3 changed files with 10 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ public class TransactionUtil
*
* @return Return the result of the operation
*/
Result doWork() throws Exception;
Result doWork() throws Throwable;
}
/**