Skip to content

Commit

Permalink
Merge pull request spotbugs#741 from hazendaz/site4
Browse files Browse the repository at this point in the history
[ci] Cleanup javadocs
  • Loading branch information
hazendaz authored Dec 27, 2023
2 parents 70cec8a + 4e8b3c7 commit edf2650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {

/**
* List of artifacts this plugin depends on. Used for resolving the Spotbugs core plugin.
*
*/
@Parameter( property="plugin.artifacts", required = true, readonly = true )
List pluginArtifacts
Expand All @@ -81,7 +80,6 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {

/**
* The plugin list to include in the report. This is a SpotbugsInfo.COMMA-delimited list.
*
*/
@Parameter( property="spotbugs.pluginList" )
String pluginList
Expand Down

0 comments on commit edf2650

Please sign in to comment.