Skip to content

Commit d98ba0a

Browse files
committed
Fixed typo (#175).
1 parent 4d79e72 commit d98ba0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gitlab4j/api/services/JiraService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public class JiraService extends NotificationService {
2020

2121
private SecretString password;
2222

23-
public JiraService withCommitEvents(Boolean commitEventd) {
24-
return withCommitEvents(commitEventd, this);
23+
public JiraService withCommitEvents(Boolean commitEvents) {
24+
return withCommitEvents(commitEvents, this);
2525
}
2626

2727
public JiraService withMergeRequestsEvents(Boolean mergeRequestsEvents) {

0 commit comments

Comments
 (0)