diff --git a/source/java/org/alfresco/service/cmr/publishing/channels/ChannelService.java b/source/java/org/alfresco/service/cmr/publishing/channels/ChannelService.java index 3ec6c3f46c..7e84511973 100644 --- a/source/java/org/alfresco/service/cmr/publishing/channels/ChannelService.java +++ b/source/java/org/alfresco/service/cmr/publishing/channels/ChannelService.java @@ -84,13 +84,13 @@ public interface ChannelService void updateChannel(Channel channel, Map properties); /** - * Retrieve all the channels contained by the specified Share site. + * Retrieve all the channels. * @return A list of Channel objects, each one representing a channel that exists within the specified Share site. */ List getChannels(); /** - * Retrieve the channel with the given channel name contained by the specified Share site. + * Retrieve the channel with the given channel name. * @param channelName The name of the channel * @return The specified Channel objects or null if the specified channel does not exist. */