File tree 1 file changed +4
-4
lines changed
src/main/java/org/gitlab4j/api/models
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ public IssueFilter withoutIterationTitle(String iterationTitle) {
460
460
* @param milestoneId the id of the milestone to add to the filter
461
461
* @return the reference to this IssueFilter instance
462
462
*/
463
- public IssueFilter withoutMilestoneId (Long iterationId ) {
464
- return withNot (IssueField .MILESTONE_ID , iterationId );
463
+ public IssueFilter withoutMilestoneId (Long milestoneId ) {
464
+ return withNot (IssueField .MILESTONE_ID , milestoneId );
465
465
}
466
466
467
467
/**
@@ -470,8 +470,8 @@ public IssueFilter withoutMilestoneId(Long iterationId) {
470
470
* @param milestone the title of the milestone to add to the filter
471
471
* @return the reference to this IssueFilter instance
472
472
*/
473
- public IssueFilter withoutMilestone (String iterationTitle ) {
474
- return withNot (IssueField .MILESTONE , iterationTitle );
473
+ public IssueFilter withoutMilestone (String milestone ) {
474
+ return withNot (IssueField .MILESTONE , milestone );
475
475
}
476
476
477
477
/*- params generator -*/
You can’t perform that action at this time.
0 commit comments