Skip to content

Commit d6d6ba1

Browse files
authored
Made note about removal of login bold.
1 parent 287912f commit d6d6ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ You can also login to your GitLab server with username, and password:
4242
// Log in to the GitLab server using a username and password
4343
GitLabApi gitLabApi = GitLabApi.login("http://your.gitlab.server.com", "your-username", "your-password");
4444
```
45-
46-
NOTE: Logging in with username and password is not available on GitLab servers 10.2 and above.
45+
**NOTE: Logging in with username and password is not available on GitLab servers 10.2 and above.**
4746

4847

4948
As of GitLab4J-API 4.6.6, all API requests support performing the API call as if you were another user, provided you are authenticated as an administrator:

0 commit comments

Comments
 (0)