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
d98ba0af
Commit
d98ba0af
authored
Apr 23, 2018
by
Greg Messner
Browse files
Fixed typo (#175).
parent
4d79e72b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/services/JiraService.java
View file @
d98ba0af
...
...
@@ -20,8 +20,8 @@ public class JiraService extends NotificationService {
private
SecretString
password
;
public
JiraService
withCommitEvents
(
Boolean
commitEvent
d
)
{
return
withCommitEvents
(
commitEvent
d
,
this
);
public
JiraService
withCommitEvents
(
Boolean
commitEvent
s
)
{
return
withCommitEvents
(
commitEvent
s
,
this
);
}
public
JiraService
withMergeRequestsEvents
(
Boolean
mergeRequestsEvents
)
{
...
...
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