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
29375a26
Commit
29375a26
authored
Apr 15, 2017
by
Greg Messner
Committed by
GitHub
Apr 15, 2017
Browse files
Fixed typo in CommitsApi sample.
parent
81c8d18b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
29375a26
...
@@ -59,7 +59,7 @@ UserApi
...
@@ -59,7 +59,7 @@ UserApi
CommitsApi:
CommitsApi:
```
java
```
java
// Get a list of commits associated with the specified branch
// Get a list of commits associated with the specified branch
List
<
Commit
>
commits
=
gitLabApi
.
get
getCommitsApi
().
getCommits
(
1234
,
"new-feature"
);
List
<
Commit
>
commits
=
gitLabApi
.
getCommitsApi
().
getCommits
(
1234
,
"new-feature"
);
```
```
GroupApi:
GroupApi:
...
...
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