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:
Brian Remmington
2011-09-12 15:41:18 +00:00
parent b21ed05515
commit 472987a66f
2 changed files with 2 additions and 2 deletions

View File

@@ -1165,7 +1165,7 @@
<!-- Get Publishing Events For Node web script -->
<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">
<property name="publishingService" ref="publishingService" />
<property name="channelService" ref="channelService" />

View File

@@ -38,7 +38,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
* @author Nick Smith
* @since 4.0
*/
public class PxblishingEventsGet extends PublishingWebScript
public class PublishingEventsGet extends PublishingWebScript
{
/**
* {@inheritDoc}