Skip to content

Commit f5080a1

Browse files
committed
Fixed Javadoc issues (#427).
1 parent 5934fd4 commit f5080a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gitlab4j/api/UserApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public Optional<User> getOptionalUserByEmail(String email) {
376376
*
377377
* <p>NOTE: This is for admin users only.</p>
378378
*
379-
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externalUid&provider=:provider</code></pre>
379+
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externalUid&amp;provider=:provider</code></pre>
380380
*
381381
* @param provider the provider of the external uid
382382
* @param externalUid the external UID of the user
@@ -399,7 +399,7 @@ public User getUserByExternalUid(String provider, String externalUid) throws Git
399399
*
400400
* <p>NOTE: This is for admin users only.</p>
401401
*
402-
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externUid&provider=:provider</code></pre>
402+
* <pre><code>GitLab Endpoint: GET /users?extern_uid=:externUid&amp;provider=:provider</code></pre>
403403
*
404404
* @param provider the provider of the external uid
405405
* @param externalUid the external UID of the user

0 commit comments

Comments
 (0)