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

Fixed typo (#175).

parent 4d79e72b
...@@ -20,8 +20,8 @@ public class JiraService extends NotificationService { ...@@ -20,8 +20,8 @@ public class JiraService extends NotificationService {
private SecretString password; private SecretString password;
public JiraService withCommitEvents(Boolean commitEventd) { public JiraService withCommitEvents(Boolean commitEvents) {
return withCommitEvents(commitEventd, this); return withCommitEvents(commitEvents, this);
} }
public JiraService withMergeRequestsEvents(Boolean mergeRequestsEvents) { public JiraService withMergeRequestsEvents(Boolean mergeRequestsEvents) {
......
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