Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

60590: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
      60357: Minor formatting


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62319 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 14:05:41 +00:00
parent 07beefbee7
commit 8b0d86a0b2

View File

@@ -544,7 +544,7 @@ public class VersionableAspect implements ContentServicePolicies.OnContentUpdate
vs.createVersion(nf, vp); vs.createVersion(nf, vp);
return null; return null;
} }
},AuthenticationUtil.getRunAsUser()); },AuthenticationUtil.getRunAsUser());
} }