Fixed publishing tests to use public service beans ('ChannelService' and 'PublishingService')

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32275 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-11-24 12:52:52 +00:00
parent 69623f9978
commit 9e7c10abd0
4 changed files with 11 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ import org.alfresco.util.collections.Filter;
*/
public class ChannelServiceImpl implements ChannelService
{
public static final String NAME = "channelService";
public static final String NAME = "ChannelService";
private final Map<String, ChannelType> channelTypes = new TreeMap<String, ChannelType>();
private NodeService nodeService;