aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2015-12-01 14:10:58 +0300
committerGravatar Vitaly Takmazov2015-12-01 14:10:58 +0300
commitabf55010dabf73129fcd809a38639133d299f3c7 (patch)
tree4b1cdf59edf8741659c431a28025a5640ad6fce1 /src/main/webapp/WEB-INF/web.xml
parentbb164c441d110cf7bd4ce33dfab0ff184010647d (diff)
PushComponent: change package
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>