mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
fix npe on repository root resource
This commit is contained in:
@@ -307,6 +307,7 @@ public class RepositoryRootResource
|
||||
public RepositoryTransformFunction(UrlProvider urlProvider, String baseUrl)
|
||||
{
|
||||
this.urlProvider = urlProvider;
|
||||
this.baseUrl = baseUrl;
|
||||
}
|
||||
|
||||
//~--- methods ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user