Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
f67f9f11
Commit
f67f9f11
authored
May 01, 2019
by
Greg Messner
Browse files
Fixed Javadoc issues (#336).
parent
cf5cb33a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/utils/AccessTokenUtils.java
View file @
f67f9f11
...
@@ -441,6 +441,7 @@ public final class AccessTokenUtils {
...
@@ -441,6 +441,7 @@ public final class AccessTokenUtils {
* @param baseUrl the GitLab server base URL
* @param baseUrl the GitLab server base URL
* @param username the user name to to login for
* @param username the user name to to login for
* @param password the password of the user to login for
* @param password the password of the user to login for
* @return the GitLab seesion token as a cookie value
* @throws GitLabApiException if any error occurs
* @throws GitLabApiException if any error occurs
*/
*/
protected
static
final
String
login
(
final
String
baseUrl
,
final
String
username
,
protected
static
final
String
login
(
final
String
baseUrl
,
final
String
username
,
...
@@ -549,8 +550,7 @@ public final class AccessTokenUtils {
...
@@ -549,8 +550,7 @@ public final class AccessTokenUtils {
* Logs out the user associated with the GitLab session cookie.
* Logs out the user associated with the GitLab session cookie.
*
*
* @param baseUrl the GitLab server base URL
* @param baseUrl the GitLab server base URL
* @param username the user name to to login for
* @param cookies the GitLab session cookie to logout
* @param password the password of the user to login for
* @throws GitLabApiException if any error occurs
* @throws GitLabApiException if any error occurs
*/
*/
protected
static
final
void
logout
(
final
String
baseUrl
,
final
String
cookies
)
throws
GitLabApiException
{
protected
static
final
void
logout
(
final
String
baseUrl
,
final
String
cookies
)
throws
GitLabApiException
{
...
...
src/main/java/org/gitlab4j/api/utils/FileUtils.java
View file @
f67f9f11
...
@@ -80,9 +80,9 @@ public class FileUtils {
...
@@ -80,9 +80,9 @@ public class FileUtils {
/**
/**
* Reads the content of a Reader instance and returns it as a String.
* Reads the content of a Reader instance and returns it as a String.
*
*
* @param reader
* @param reader
the Reader instance to read the content from
* @return the content of a Reader instance as a String
* @return the content of a Reader instance as a String
* @throws IOException
* @throws IOException
if any error occurs
*/
*/
public
static
String
getReaderContentAsString
(
Reader
reader
)
throws
IOException
{
public
static
String
getReaderContentAsString
(
Reader
reader
)
throws
IOException
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment