From 4e8b3c7b8d57206a5fd2944d094e6df63f23be27 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 27 Dec 2023 03:36:43 -0500 Subject: [PATCH] [ci] Cleanup javadocs --- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy index 6029ce23..c2a3596b 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy @@ -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 @@ -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