Implemented Unpublishing of content.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29593 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2011-08-07 15:42:23 +00:00
parent 1ebd026918
commit 9696a74002
15 changed files with 149 additions and 77 deletions

View File

@@ -60,7 +60,7 @@ public class PublishingQueueImpl implements PublishingQueue
/**
* {@inheritDoc}
*/
public MutablePublishingPackage createPublishingPackage()
public MutablePublishingPackage createPublishingPackageBuilder()
{
return new MutablePublishingPackageImpl(transferManifestNodeFactory, versionService);
}