Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
a5350fb1
Commit
a5350fb1
authored
Jun 09, 2017
by
Greg Messner
Browse files
Changed how namespaceApi is set in the constructor.
parent
e2b8eaed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GitLabApi.java
View file @
a5350fb1
...
@@ -175,7 +175,7 @@ public class GitLabApi {
...
@@ -175,7 +175,7 @@ public class GitLabApi {
commitsApi
=
new
CommitsApi
(
this
);
commitsApi
=
new
CommitsApi
(
this
);
groupApi
=
new
GroupApi
(
this
);
groupApi
=
new
GroupApi
(
this
);
mergeRequestApi
=
new
MergeRequestApi
(
this
);
mergeRequestApi
=
new
MergeRequestApi
(
this
);
setN
amespaceApi
(
new
NamespaceApi
(
this
)
)
;
n
amespaceApi
=
new
NamespaceApi
(
this
);
pipelineApi
=
new
PipelineApi
(
this
);
pipelineApi
=
new
PipelineApi
(
this
);
projectApi
=
new
ProjectApi
(
this
);
projectApi
=
new
ProjectApi
(
this
);
repositoryApi
=
new
RepositoryApi
(
this
);
repositoryApi
=
new
RepositoryApi
(
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment