Commit f5080a15 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc issues (#427).

parent 5934fd4d
......@@ -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
......
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