mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
remove unused repository manager
This commit is contained in:
@@ -102,7 +102,6 @@ public class HgCGIServlet extends HttpServlet
|
|||||||
*
|
*
|
||||||
* @param cgiExecutorFactory
|
* @param cgiExecutorFactory
|
||||||
* @param configuration
|
* @param configuration
|
||||||
* @param repositoryManager
|
|
||||||
* @param repositoryProvider
|
* @param repositoryProvider
|
||||||
* @param handler
|
* @param handler
|
||||||
* @param hookManager
|
* @param hookManager
|
||||||
@@ -110,13 +109,11 @@ public class HgCGIServlet extends HttpServlet
|
|||||||
@Inject
|
@Inject
|
||||||
public HgCGIServlet(CGIExecutorFactory cgiExecutorFactory,
|
public HgCGIServlet(CGIExecutorFactory cgiExecutorFactory,
|
||||||
ScmConfiguration configuration,
|
ScmConfiguration configuration,
|
||||||
RepositoryManager repositoryManager,
|
|
||||||
Provider<Repository> repositoryProvider,
|
Provider<Repository> repositoryProvider,
|
||||||
HgRepositoryHandler handler, HgHookManager hookManager)
|
HgRepositoryHandler handler, HgHookManager hookManager)
|
||||||
{
|
{
|
||||||
this.cgiExecutorFactory = cgiExecutorFactory;
|
this.cgiExecutorFactory = cgiExecutorFactory;
|
||||||
this.configuration = configuration;
|
this.configuration = configuration;
|
||||||
this.repositoryManager = repositoryManager;
|
|
||||||
this.repositoryProvider = repositoryProvider;
|
this.repositoryProvider = repositoryProvider;
|
||||||
this.handler = handler;
|
this.handler = handler;
|
||||||
this.hookManager = hookManager;
|
this.hookManager = hookManager;
|
||||||
@@ -264,9 +261,6 @@ public class HgCGIServlet extends HttpServlet
|
|||||||
/** Field description */
|
/** Field description */
|
||||||
private HgHookManager hookManager;
|
private HgHookManager hookManager;
|
||||||
|
|
||||||
/** Field description */
|
|
||||||
private RepositoryManager repositoryManager;
|
|
||||||
|
|
||||||
/** Field description */
|
/** Field description */
|
||||||
private Provider<Repository> repositoryProvider;
|
private Provider<Repository> repositoryProvider;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user