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
f5080a15
Commit
f5080a15
authored
Sep 10, 2019
by
Greg Messner
Browse files
Fixed Javadoc issues (#427).
parent
5934fd4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/UserApi.java
View file @
f5080a15
...
...
@@ -376,7 +376,7 @@ public class UserApi extends AbstractApi {
*
* <p>NOTE: This is for admin users only.</p>
*
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externalUid&provider=:provider</code></pre>
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externalUid&
amp;
provider=:provider</code></pre>
*
* @param provider the provider of the external uid
* @param externalUid the external UID of the user
...
...
@@ -399,7 +399,7 @@ public class UserApi extends AbstractApi {
*
* <p>NOTE: This is for admin users only.</p>
*
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externUid&provider=:provider</code></pre>
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externUid&
amp;
provider=:provider</code></pre>
*
* @param provider the provider of the external uid
* @param externalUid the external UID of the user
...
...
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