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:
Neil McErlean
2014-10-14 13:16:14 +00:00
parent 51a03a6999
commit 08c0754605

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2013 Alfresco Software Limited.
* Copyright (C) 2013-2014 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -18,8 +18,6 @@
*/
package org.alfresco.repo.security.sync;
import org.springframework.context.ApplicationEvent;
/**
* Synchronize directory
*
@@ -32,7 +30,7 @@ public abstract class SynchronizeDirectoryEvent extends SynchronizeEvent
public SynchronizeDirectoryEvent(Object source, String zone)
{
super(source);
zone = zone;
this.zone = zone;
}
public String getZone()