fix nullpointerexception

This commit is contained in:
Sebastian Sdorra
2012-06-13 13:36:46 +02:00
parent 89d0b305d7
commit 74045097b6

View File

@@ -145,6 +145,7 @@ public class AbstractHgHandler
Repository repository, File repositoryDirectory)
{
this.handler = handler;
this.context = context;
this.repository = repository;
this.repositoryDirectory = repositoryDirectory;
}