mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Publishing: Completed the rename of PUblishingEventsGet PublishingEventsGet
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30438 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1165,7 +1165,7 @@
|
|||||||
|
|
||||||
<!-- Get Publishing Events For Node web script -->
|
<!-- Get Publishing Events For Node web script -->
|
||||||
<bean id="webscript.org.alfresco.repository.publishing.publishing-events.get"
|
<bean id="webscript.org.alfresco.repository.publishing.publishing-events.get"
|
||||||
class="org.alfresco.repo.web.scripts.publishing.PxblishingEventsGet"
|
class="org.alfresco.repo.web.scripts.publishing.PublishingEventsGet"
|
||||||
parent="webscript">
|
parent="webscript">
|
||||||
<property name="publishingService" ref="publishingService" />
|
<property name="publishingService" ref="publishingService" />
|
||||||
<property name="channelService" ref="channelService" />
|
<property name="channelService" ref="channelService" />
|
||||||
|
@@ -38,7 +38,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
|
|||||||
* @author Nick Smith
|
* @author Nick Smith
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
public class PxblishingEventsGet extends PublishingWebScript
|
public class PublishingEventsGet extends PublishingWebScript
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
Reference in New Issue
Block a user