Skip to content

Commit

Permalink
[fix] Correct since javadoc as snapshot is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 26, 2024
1 parent c96bb06 commit 62e178d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
/**
* SiteTool.
*
* @since 2.1-SNAPSHOT
* @since 2.1
*/
@Component(role = SiteTool.class)
SiteTool siteTool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
/**
* SiteTool.
*
* @since 2.1-SNAPSHOT
* @since 2.1
*/
@Component(role = SiteTool.class)
SiteTool siteTool
Expand Down

0 comments on commit 62e178d

Please sign in to comment.