Commit a5350fb1 authored by Greg Messner's avatar Greg Messner
Browse files

Changed how namespaceApi is set in the constructor.

parent e2b8eaed
......@@ -175,7 +175,7 @@ public class GitLabApi {
commitsApi = new CommitsApi(this);
groupApi = new GroupApi(this);
mergeRequestApi = new MergeRequestApi(this);
setNamespaceApi(new NamespaceApi(this));
namespaceApi = new NamespaceApi(this);
pipelineApi = new PipelineApi(this);
projectApi = new ProjectApi(this);
repositoryApi = new RepositoryApi(this);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment