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
2473bc22
Commit
2473bc22
authored
May 18, 2015
by
六幻
Browse files
spelling err:ifrom -> from.
parent
5becb8b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2473bc22
...
...
@@ -59,7 +59,7 @@ List<Branch> branches = gitLabApi.getRepositoryApi().getBranches();
RepositoryFileApi:
```
java
// Get info (name, size, ...) and the content
i
from a file in repository
// Get info (name, size, ...) and the content from a file in repository
RepositoryFile
file
=
gitLabApi
.
getRepositoryFileApi
().
getFile
(
"file-path"
,
1234
,
"ref"
);
```
...
...
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