Skip to content

Commit 5e2ba35

Browse files
committed
Fixed Javadoc errors (#128).
1 parent 917be7e commit 5e2ba35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class Oauth2Api extends AbstractApi {
178178
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
179179
* using returned private token and the specified GitLab API version.</p>
180180
*
181-
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
181+
* <strong>NOTE</strong>: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
182182
* 10.2, the Session API login is utilized.
183183
*
184184
* @param apiVersion the ApiVersion specifying which version of the API to use
@@ -196,7 +196,7 @@ public static GitLabApi login(ApiVersion apiVersion, String url, String username
196196
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
197197
* using returned private token using GitLab API version 4.</p>
198198
*
199-
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
199+
* <strong>NOTE</strong>: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
200200
* 10.2, the Session API login is utilized.
201201
*
202202
* @param url GitLab URL
@@ -213,7 +213,7 @@ public static GitLabApi login(String url, String username, String password) thro
213213
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
214214
* using returned private token and the specified GitLab API version.</p>
215215
*
216-
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
216+
* <strong>NOTE</strong>: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
217217
* 10.2, the Session API login is utilized.
218218
*
219219
* @param apiVersion the ApiVersion specifying which version of the API to use
@@ -256,7 +256,7 @@ public static GitLabApi login(ApiVersion apiVersion, String url, String username
256256
* <p>Logs into GitLab using provided {@code username} and {@code password}, and creates a new {@code GitLabApi} instance
257257
* using returned private token using GitLab API version 4.</p>
258258
*
259-
* <strong>NOTE</strong: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
259+
* <strong>NOTE</strong>: For GitLab servers 10.2 and above this will utilize OAUTH2 for login. For GitLab servers prior to
260260
* 10.2, the Session API login is utilized.
261261
*
262262
* @param url GitLab URL
@@ -290,7 +290,7 @@ public static GitLabApi create(String url, String username, String password) thr
290290
* <p>If this instance was created with {@link #login(String, String, String)} this method will
291291
* return the Session instance returned by the GitLab API on login, otherwise returns null.</p>
292292
*
293-
* <strong>NOTE</strong: For GitLab servers 10.2 and above this method will always return null.
293+
* <strong>NOTE</strong>: For GitLab servers 10.2 and above this method will always return null.
294294
*
295295
* @return the Session instance
296296
* @deprecated This method will be removed in Release 5.0.0

0 commit comments

Comments
 (0)