mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
82375: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 76480: Re-worked download activity posting following Kev's changes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -35,7 +35,7 @@ import org.alfresco.service.cmr.webdav.WebDavService;
|
||||
*/
|
||||
public class MkcolMethod extends WebDAVMethod implements ActivityPostProducer
|
||||
{
|
||||
private ActivityPoster activityPoster;
|
||||
private WebDAVActivityPoster activityPoster;
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
@@ -180,7 +180,7 @@ public class MkcolMethod extends WebDAVMethod implements ActivityPostProducer
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setActivityPoster(ActivityPoster activityPoster)
|
||||
public void setActivityPoster(WebDAVActivityPoster activityPoster)
|
||||
{
|
||||
this.activityPoster = activityPoster;
|
||||
}
|
||||
|
Reference in New Issue
Block a user