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
c2407dc2
Commit
c2407dc2
authored
Apr 23, 2018
by
Greg Messner
Browse files
Fixed javadoc issue.
parent
28be1a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/ServicesApi.java
View file @
c2407dc2
...
@@ -122,7 +122,7 @@ public class ServicesApi extends AbstractApi {
...
@@ -122,7 +122,7 @@ public class ServicesApi extends AbstractApi {
* @param room HipChatService Room
* @param room HipChatService Room
* @param server HipChatService Server URL
* @param server HipChatService Server URL
* @throws GitLabApiException if any exception occurs
* @throws GitLabApiException if any exception occurs
* @deprecated replaced with {@link #updateHipChat(Object, HipChatService) updateHipChat} method
* @deprecated replaced with {@link #updateHipChat
Service
(Object, HipChatService) updateHipChat} method
*/
*/
public
void
setHipChat
(
Object
projectIdOrPath
,
String
token
,
String
room
,
String
server
)
throws
GitLabApiException
{
public
void
setHipChat
(
Object
projectIdOrPath
,
String
token
,
String
room
,
String
server
)
throws
GitLabApiException
{
GitLabApiForm
formData
=
new
GitLabApiForm
()
GitLabApiForm
formData
=
new
GitLabApiForm
()
...
...
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