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
c5be44ba
Commit
c5be44ba
authored
May 13, 2015
by
六幻
Browse files
fix spelling mistake
parent
0e3aaaa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/messners/gitlab/api/RepositoryApi.java
View file @
c5be44ba
...
@@ -128,7 +128,7 @@ public class RepositoryApi extends AbstractApi {
...
@@ -128,7 +128,7 @@ public class RepositoryApi extends AbstractApi {
* GET /projects/:id/repository/tree
* GET /projects/:id/repository/tree
*
*
* @param projectId
* @param projectId
* @return a tree with the di
u
rectories and files of a project
* @return a tree with the directories and files of a project
* @throws GitLabApiException
* @throws GitLabApiException
*/
*/
public
List
<
TreeItem
>
getTree
(
Integer
projectId
)
throws
GitLabApiException
{
public
List
<
TreeItem
>
getTree
(
Integer
projectId
)
throws
GitLabApiException
{
...
...
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