mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Breaking up some long lines to facilitate debugging.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2318 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -85,7 +85,9 @@ public class PermissionDataPatch extends AbstractPatch
|
||||
ref.setName(name);
|
||||
|
||||
// it acts as its own key
|
||||
PermissionReference found = (PermissionReference) getHibernateTemplate().get(PermissionReferenceImpl.class, ref);
|
||||
PermissionReference found = (PermissionReference) getHibernateTemplate().get(
|
||||
PermissionReferenceImpl.class,
|
||||
ref);
|
||||
|
||||
if (found == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user