Skip to content

Commit c2407dc

Browse files
committed
Fixed javadoc issue.
1 parent 28be1a7 commit c2407dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public HipChatService updateHipChatService(Object projectIdOrPath, HipChatServic
122122
* @param room HipChatService Room
123123
* @param server HipChatService Server URL
124124
* @throws GitLabApiException if any exception occurs
125-
* @deprecated replaced with {@link #updateHipChat(Object, HipChatService) updateHipChat} method
125+
* @deprecated replaced with {@link #updateHipChatService(Object, HipChatService) updateHipChat} method
126126
*/
127127
public void setHipChat(Object projectIdOrPath, String token, String room, String server) throws GitLabApiException {
128128
GitLabApiForm formData = new GitLabApiForm()

0 commit comments

Comments
 (0)