mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ACE-3116.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88041 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2013 Alfresco Software Limited.
|
* Copyright (C) 2013-2014 Alfresco Software Limited.
|
||||||
*
|
*
|
||||||
* This file is part of Alfresco
|
* This file is part of Alfresco
|
||||||
*
|
*
|
||||||
@@ -18,8 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.alfresco.repo.security.sync;
|
package org.alfresco.repo.security.sync;
|
||||||
|
|
||||||
import org.springframework.context.ApplicationEvent;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Synchronize directory
|
* Synchronize directory
|
||||||
*
|
*
|
||||||
@@ -32,7 +30,7 @@ public abstract class SynchronizeDirectoryEvent extends SynchronizeEvent
|
|||||||
public SynchronizeDirectoryEvent(Object source, String zone)
|
public SynchronizeDirectoryEvent(Object source, String zone)
|
||||||
{
|
{
|
||||||
super(source);
|
super(source);
|
||||||
zone = zone;
|
this.zone = zone;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getZone()
|
public String getZone()
|
||||||
|
Reference in New Issue
Block a user