Changed beginTransaction visibility after change coming from V1.4 branch.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4643 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-12-18 18:03:04 +00:00
parent 19c95ce58f
commit f91c7d874a

View File

@@ -502,7 +502,7 @@ public abstract class SrvSession
* @return boolean * @return boolean
* @exception AlfrescoRuntimeException * @exception AlfrescoRuntimeException
*/ */
private final boolean beginTransaction(TransactionService transService, boolean readOnly) public final boolean beginTransaction(TransactionService transService, boolean readOnly)
throws AlfrescoRuntimeException throws AlfrescoRuntimeException
{ {
boolean created = false; boolean created = false;