mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
remove unused type
This commit is contained in:
@@ -136,11 +136,11 @@ public class GitReceiveHook implements PreReceiveHook, PostReceiveHook
|
||||
logger.trace("resolved repository name to {}", repositoryName);
|
||||
|
||||
GitHookContextProvider context = new GitHookContextProvider(rpack,
|
||||
receiveCommands, type);
|
||||
receiveCommands);
|
||||
|
||||
hookEventFacade.handle(GitRepositoryHandler.TYPE_NAME,
|
||||
repositoryName).fireHookEvent(type, context);
|
||||
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user