StaticModule: Remove unused path variable
Change-Id: I97ef51b10b7c499a58dfa9e7f816311404d0ad24
This commit is contained in:
parent
a8f0e07fdc
commit
356fa8f399
@ -348,16 +348,13 @@ public class StaticModule extends ServletModule {
|
||||
|
||||
@Singleton
|
||||
private static class PolyGerritFilter implements Filter {
|
||||
private final Paths paths;
|
||||
private final HttpServlet polyGerritIndex;
|
||||
private final PolyGerritUiServlet polygerritUI;
|
||||
|
||||
@Inject
|
||||
PolyGerritFilter(
|
||||
Paths paths,
|
||||
@Named(POLYGERRIT_INDEX_SERVLET) HttpServlet polyGerritIndex,
|
||||
PolyGerritUiServlet polygerritUI) {
|
||||
this.paths = paths;
|
||||
this.polyGerritIndex = polyGerritIndex;
|
||||
this.polygerritUI = polygerritUI;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user