Commit c2407dc2 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed javadoc issue.

parent 28be1a72
...@@ -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 #updateHipChatService(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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment