mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix nullpointerexception
This commit is contained in:
@@ -145,6 +145,7 @@ public class AbstractHgHandler
|
|||||||
Repository repository, File repositoryDirectory)
|
Repository repository, File repositoryDirectory)
|
||||||
{
|
{
|
||||||
this.handler = handler;
|
this.handler = handler;
|
||||||
|
this.context = context;
|
||||||
this.repository = repository;
|
this.repository = repository;
|
||||||
this.repositoryDirectory = repositoryDirectory;
|
this.repositoryDirectory = repositoryDirectory;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user