summaryrefslogtreecommitdiffstats
path: root/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/WEB-INF/web.xml')
-rw-r--r--webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/WEB-INF/web.xml b/webapp/WEB-INF/web.xml
index 386eb07573..e901357f62 100644
--- a/webapp/WEB-INF/web.xml
+++ b/webapp/WEB-INF/web.xml
@@ -8,7 +8,7 @@
<filter>
<filter-name>guiceFilter</filter-name>
- <filter-class>com.google.gerrit.httpd.WebAppInitializer</filter-class>
+ <filter-class>com.google.gerrit.httpd.init.WebAppInitializer</filter-class>
</filter>
<filter-mapping>
<filter-name>guiceFilter</filter-name>