aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/web.xml')
-rw-r--r--src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index a71f3918..d32932b4 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -24,6 +24,6 @@
<listener>
<description>APNS/GCM/MPNS module</description>
<display-name>PushComponent</display-name>
- <listener-class>com.juick.push.PushComponent</listener-class>
+ <listener-class>com.juick.PushComponent</listener-class>
</listener>
</web-app>