Commit c5be44ba authored by 六幻's avatar 六幻
Browse files

fix spelling mistake

parent 0e3aaaa8
...@@ -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 diurectories 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 {
......
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