remove unused type

This commit is contained in:
Sebastian Sdorra
2013-07-27 15:44:30 +02:00
parent 2e70e1b280
commit a5bc2d2087
3 changed files with 5 additions and 15 deletions

View File

@@ -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)
{