mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
improve handler initialisation
This commit is contained in:
@@ -112,8 +112,14 @@ public class GitRepositoryHandler
|
||||
return GitConfig.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GitConfig createInitialConfig()
|
||||
{
|
||||
return new GitConfig();
|
||||
}
|
||||
|
||||
|
||||
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
/** Field description */
|
||||
private FileRepositoryBuilder builder = new FileRepositoryBuilder();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user