Skip to content

Commit

Permalink
Fixed Javadoc issues (gitlab4j#427).
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Sep 10, 2019
1 parent 5934fd4 commit f5080a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/gitlab4j/api/UserApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public Optional<User> getOptionalUserByEmail(String email) {
*
* <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
Expand All @@ -399,7 +399,7 @@ public User getUserByExternalUid(String provider, String externalUid) throws Git
*
* <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
Expand Down

0 comments on commit f5080a1

Please sign in to comment.