mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
MNT-16224, RA-1093: Fixed compilation issue that occurred during merge (methods were already present in the 5.2.N branch)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127483 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -148,16 +148,6 @@ public class QuickShareServiceImpl implements QuickShareService,
|
||||
private String defaultEmailSender;
|
||||
private ClientAppConfig clientAppConfig;
|
||||
|
||||
/**
|
||||
* Spring configuration
|
||||
*
|
||||
* @param behaviourFilter the behaviourFilter to set
|
||||
*/
|
||||
public void setBehaviourFilter(BehaviourFilter behaviourFilter)
|
||||
{
|
||||
this.behaviourFilter = behaviourFilter;
|
||||
}
|
||||
|
||||
/**
|
||||
* Spring configuration
|
||||
*
|
||||
@@ -187,14 +177,6 @@ public class QuickShareServiceImpl implements QuickShareService,
|
||||
{
|
||||
this.authorityService = authorityService;
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable or disable this service.
|
||||
*/
|
||||
public void setEnabled(boolean enabled)
|
||||
{
|
||||
this.enabled = enabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the attribute service
|
||||
|
Reference in New Issue
Block a user