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
ad3eed8e
Unverified
Commit
ad3eed8e
authored
Oct 01, 2019
by
Greg Messner
Committed by
GitHub
Oct 01, 2019
Browse files
Fixed typo.
parent
fea39f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ad3eed8e
...
...
@@ -410,7 +410,7 @@ License license = gitLabApi.getLicenseApi().getLicense();
#### LicenseTemplatesApi
```
java
// Get a list of open sourcse license templates
List
<LicenseTemplate>
licenses = gitLabApi.getLicenseTemplateApi().getLicenseTemplates();
List
<LicenseTemplate>
licenses = gitLabApi.getLicenseTemplate
s
Api().getLicenseTemplates();
```
#### MergeRequestApi
...
...
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