Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 22, 2024
1 parent eb14802 commit e6b2e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public class AnnouncementMojo extends AbstractAnnouncementMojo {
* @since 2.10
* @deprecated ignored; remove from your configs
*/
@Deprecated
@Parameter(property = "changes.useJql", defaultValue = "false")
private boolean useJql;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
import org.apache.maven.settings.Settings;

/**
* Abstract API, more or less, to retrieve issue information from JIRA. Has a subclass for
* new (REST) ways of doing things.
* Abstract API, more or less, to retrieve issue information from JIRA. Has a subclass that uses
* the JIRA REST API.
*
* @author [email protected]
* @author [email protected]
Expand Down

0 comments on commit e6b2e2b

Please sign in to comment.