diff options
author | Vitaly Takmazov | 2015-12-01 14:10:58 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-12-01 14:10:58 +0300 |
commit | abf55010dabf73129fcd809a38639133d299f3c7 (patch) | |
tree | 4b1cdf59edf8741659c431a28025a5640ad6fce1 /src/main/webapp/WEB-INF/web.xml | |
parent | bb164c441d110cf7bd4ce33dfab0ff184010647d (diff) |
PushComponent: change package
Diffstat (limited to 'src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 2 |
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> |